#FC8EC8

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

Shades of Tea Rose #FC8EC8

Tints of Tea Rose #FC8EC8

Color information

#FC8EC8 (or 0xFC8EC8) is unknown color: approx Tea Rose. HEX triplet: FC, 8E and C8. RGB value is (252,142,200). Sum of RGB (Red+Green+Blue) = 252+142+200=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 142 (55.86% from 255 or 23.91% from 594); Blue value is 200 (78.52% from 255 or 33.67% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8EC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8EC8 is #037137. Grayscale: #B5B5B5. Windows color (decimal): -225592 or 13143804. OLE color: 13143804.

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

Color convert

RGB252142200-
CMYK00.440.210.01
HSL328.36º94.83%77.25%-
HSV(B)328.36º43.65%98.82%-
XYZ60.2444.2160-
YUV181.5138.44178.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.42%
GREEN value IS 142 (55.86% from 255) = 23.91%
BLUE value IS 200 (78.52% from 255) = 33.67%
R=42.42%
G=23.91%
B=33.67%

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
Decimal25214220000.440.210.01328.3694.8377.25
HexFC8EC802C1511485f4d
Octal374216310054251510137115
Binary111111001000111011001000010110010101110100100010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8EC8; }

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

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

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

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

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

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

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

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