#FC87CF

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

Shades of Tea Rose #FC87CF

Tints of Tea Rose #FC87CF

Color information

#FC87CF (or 0xFC87CF) is unknown color: approx Tea Rose. HEX triplet: FC, 87 and CF. RGB value is (252,135,207). Sum of RGB (Red+Green+Blue) = 252+135+207=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 135 (53.12% from 255 or 22.73% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FC87CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC87CF is #037830. Grayscale: #B2B2B2. Windows color (decimal): -227377 or 13600764. OLE color: 13600764.

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

Color convert

RGB252135207-
CMYK00.460.180.01
HSL323.08º95.12%75.88%-
HSV(B)323.08º46.43%98.82%-
XYZ60.0742.5364.07-
YUV178.19144.26180.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.42%
GREEN value IS 135 (53.12% from 255) = 22.73%
BLUE value IS 207 (81.25% from 255) = 34.85%
R=42.42%
G=22.73%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213520700.460.180.01323.0895.1275.88
HexFC87CF02E1211435f4c
Octal374207317056221503137114
Binary111111001000011111001111010111010010110100001110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC87CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC87CF; }

 p { color: rgb(252,135,207); }

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

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

 a { background-color: rgb(252,135,207); }

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

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

 span { border-color: rgb(252,135,207); }

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