#FC8EC3

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

Shades of Tea Rose #FC8EC3

Tints of Tea Rose #FC8EC3

Color information

#FC8EC3 (or 0xFC8EC3) is unknown color: approx Tea Rose. HEX triplet: FC, 8E and C3. RGB value is (252,142,195). Sum of RGB (Red+Green+Blue) = 252+142+195=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 142 (55.86% from 255 or 24.11% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8EC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8EC3 is #03713C. Grayscale: #B4B4B4. Windows color (decimal): -225597 or 12816124. OLE color: 12816124.

HSL color Cylindrical-coordinate representation of color #FC8EC3: hue angle of 331.09º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FC8EC3 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB252142195-
CMYK00.440.230.01
HSL331.09º94.83%77.25%-
HSV(B)331.09º43.65%98.82%-
XYZ59.6743.9856.97-
YUV180.93135.94178.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.78%
GREEN value IS 142 (55.86% from 255) = 24.11%
BLUE value IS 195 (76.56% from 255) = 33.11%
R=42.78%
G=24.11%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214219500.440.230.01331.0994.8377.25
HexFC8EC302C17114b5f4d
Octal374216303054271513137115
Binary111111001000111011000011010110010111110100101110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8EC3; }

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

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

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

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

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

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

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

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