#FC87D0

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

Shades of Tea Rose #FC87D0

Tints of Tea Rose #FC87D0

Color information

#FC87D0 (or 0xFC87D0) is unknown color: approx Tea Rose. HEX triplet: FC, 87 and D0. RGB value is (252,135,208). Sum of RGB (Red+Green+Blue) = 252+135+208=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 135 (53.12% from 255 or 22.69% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FC87D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC87D0 is #03782F. Grayscale: #B2B2B2. Windows color (decimal): -227376 or 13666300. OLE color: 13666300.

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

Color convert

RGB252135208-
CMYK00.460.170.01
HSL322.56º95.12%75.88%-
HSV(B)322.56º46.43%98.82%-
XYZ60.1942.5864.72-
YUV178.3144.76180.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.35%
GREEN value IS 135 (53.12% from 255) = 22.69%
BLUE value IS 208 (81.64% from 255) = 34.96%
R=42.35%
G=22.69%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213520800.460.170.01322.5695.1275.88
HexFC87D002E1111435f4c
Octal374207320056211503137114
Binary111111001000011111010000010111010001110100001110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC87D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC87D0; }

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

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

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

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

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

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

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

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