#FC8DC9

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

Shades of Tea Rose #FC8DC9

Tints of Tea Rose #FC8DC9

Color information

#FC8DC9 (or 0xFC8DC9) is unknown color: approx Tea Rose. HEX triplet: FC, 8D and C9. RGB value is (252,141,201). Sum of RGB (Red+Green+Blue) = 252+141+201=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 141 (55.47% from 255 or 23.74% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8DC9 is #037236. Grayscale: #B4B4B4. Windows color (decimal): -225847 or 13209084. OLE color: 13209084.

HSL color Cylindrical-coordinate representation of color #FC8DC9: hue angle of 327.57º 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 #FC8DC9 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB252141201-
CMYK00.440.200.01
HSL327.57º94.87%77.06%-
HSV(B)327.57º44.05%98.82%-
XYZ60.2143.9660.57-
YUV181.03139.27178.62-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.42%
GREEN value IS 141 (55.47% from 255) = 23.74%
BLUE value IS 201 (78.91% from 255) = 33.84%
R=42.42%
G=23.74%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214120100.440.200.01327.5794.8777.06
HexFC8DC902C1411485f4d
Octal374215311054241510137115
Binary111111001000110111001001010110010100110100100010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8DC9; }

 p { color: rgb(252,141,201); }

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

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

 a { background-color: rgb(252,141,201); }

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

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

 span { border-color: rgb(252,141,201); }

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