#FC8DC7

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

Shades of Tea Rose #FC8DC7

Tints of Tea Rose #FC8DC7

Color information

#FC8DC7 (or 0xFC8DC7) is unknown color: approx Tea Rose. HEX triplet: FC, 8D and C7. RGB value is (252,141,199). Sum of RGB (Red+Green+Blue) = 252+141+199=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 141 (55.47% from 255 or 23.82% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8DC7 is #037238. Grayscale: #B4B4B4. Windows color (decimal): -225849 or 13078012. OLE color: 13078012.

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

Color convert

RGB252141199-
CMYK00.440.210.01
HSL328.65º94.87%77.06%-
HSV(B)328.65º44.05%98.82%-
XYZ59.9843.8759.34-
YUV180.8138.27178.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.57%
GREEN value IS 141 (55.47% from 255) = 23.82%
BLUE value IS 199 (78.12% from 255) = 33.61%
R=42.57%
G=23.82%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214119900.440.210.01328.6594.8777.06
HexFC8DC702C1511495f4d
Octal374215307054251511137115
Binary111111001000110111000111010110010101110100100110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8DC7; }

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

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

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

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

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

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

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

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