#FA8EC3

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

Shades of Tea Rose #FA8EC3

Tints of Tea Rose #FA8EC3

Color information

#FA8EC3 (or 0xFA8EC3) is unknown color: approx Tea Rose. HEX triplet: FA, 8E and C3. RGB value is (250,142,195). Sum of RGB (Red+Green+Blue) = 250+142+195=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 142 (55.86% from 255 or 24.19% from 587); Blue value is 195 (76.56% from 255 or 33.22% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8EC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8EC3 is #05713C. Grayscale: #B4B4B4. Windows color (decimal): -356669 or 12816122. OLE color: 12816122.

HSL color Cylindrical-coordinate representation of color #FA8EC3: hue angle of 330.56º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA8EC3 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB250142195-
CMYK00.430.220.02
HSL330.56º91.53%76.86%-
HSV(B)330.56º43.2%98.04%-
XYZ58.9543.6156.94-
YUV180.33136.28177.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.59%
GREEN value IS 142 (55.86% from 255) = 24.19%
BLUE value IS 195 (76.56% from 255) = 33.22%
R=42.59%
G=24.19%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014219500.430.220.02330.5691.5376.86
HexFA8EC302B16214b5c4d
Octal372216303053262513134115
Binary1111101010001110110000110101011101101010100101110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8EC3; }

 p { color: rgb(250,142,195); }

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

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

 a { background-color: rgb(250,142,195); }

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

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

 span { border-color: rgb(250,142,195); }

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