#FA7EC8

Color #FA7EC8 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #FA7EC8

Tints of Tea Rose #FA7EC8

Color information

#FA7EC8 (or 0xFA7EC8) is unknown color: approx Tea Rose. HEX triplet: FA, 7E and C8. RGB value is (250,126,200). Sum of RGB (Red+Green+Blue) = 250+126+200=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 126 (49.61% from 255 or 21.88% from 576); Blue value is 200 (78.52% from 255 or 34.72% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7EC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7EC8 is #058137. Grayscale: #ABABAB. Windows color (decimal): -360760 or 13139706. OLE color: 13139706.

HSL color Cylindrical-coordinate representation of color #FA7EC8: hue angle of 324.19º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7EC8 is Cyan = 0, Magento = 0.50, Yellow = 0.2 and Black (K on CMYK) = 0.02.

Color convert

RGB250126200-
CMYK00.500.20.02
HSL324.19º92.54%73.73%-
HSV(B)324.19º49.6%98.04%-
XYZ57.3139.4259.23-
YUV171.51144.08183.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 43.40%
GREEN value IS 126 (49.61% from 255) = 21.88%
BLUE value IS 200 (78.52% from 255) = 34.72%
R=43.40%
G=21.88%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012620000.500.20.02324.1992.5473.73
HexFA7EC80321421445d4a
Octal372176310062242504135112
Binary111110101111110110010000110010101001010100010010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7EC8; }

 p { color: rgb(250,126,200); }

 H1.HeaderClassName
 {
   color: #FA7EC8;
 }
 .AnyTagClassName
 {
   color: #FA7EC8;
 }
</style>
background-color css

<style>
 a { background-color: #FA7EC8; }

 a { background-color: rgb(250,126,200); }

 div.DivClassName
 {
   background-color: #FA7EC8;
 }
 .BgClassName
 {
   background-color: #FA7EC8;
 }
</style>
border-color css

<style>
 span { border-color: #FA7EC8; }

 span { border-color: rgb(250,126,200); }

 td.TdClassName
 {
   border-color: #FA7EC8;
 }
 .TagClassName
 {
   border-color: #FA7EC8;
 }
</style>