#FC8FCE

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

Shades of Tea Rose #FC8FCE

Tints of Tea Rose #FC8FCE

Color information

#FC8FCE (or 0xFC8FCE) is unknown color: approx Tea Rose. HEX triplet: FC, 8F and CE. RGB value is (252,143,206). Sum of RGB (Red+Green+Blue) = 252+143+206=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 143 (56.25% from 255 or 23.79% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FCE is #037031. Grayscale: #B6B6B6. Windows color (decimal): -225330 or 13537276. OLE color: 13537276.

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

Color convert

RGB252143206-
CMYK00.430.180.01
HSL325.32º94.78%77.45%-
HSV(B)325.32º43.25%98.82%-
XYZ61.1144.863.82-
YUV182.77141.11177.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.93%
GREEN value IS 143 (56.25% from 255) = 23.79%
BLUE value IS 206 (80.86% from 255) = 34.28%
R=41.93%
G=23.79%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214320600.430.180.01325.3294.7877.45
HexFC8FCE02B1211455f4d
Octal374217316053221505137115
Binary111111001000111111001110010101110010110100010110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8FCE; }

 p { color: rgb(252,143,206); }

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

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

 a { background-color: rgb(252,143,206); }

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

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

 span { border-color: rgb(252,143,206); }

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