#FC87BB

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

Shades of Tea Rose #FC87BB

Tints of Tea Rose #FC87BB

Color information

#FC87BB (or 0xFC87BB) is unknown color: approx Tea Rose. HEX triplet: FC, 87 and BB. RGB value is (252,135,187). Sum of RGB (Red+Green+Blue) = 252+135+187=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 135 (53.12% from 255 or 23.52% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FC87BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC87BB is #037844. Grayscale: #AFAFAF. Windows color (decimal): -227397 or 12290044. OLE color: 12290044.

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

Color convert

RGB252135187-
CMYK00.460.260.01
HSL333.33º95.12%75.88%-
HSV(B)333.33º46.43%98.82%-
XYZ57.7841.6152-
YUV175.91134.26182.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.90%
GREEN value IS 135 (53.12% from 255) = 23.52%
BLUE value IS 187 (73.44% from 255) = 32.58%
R=43.90%
G=23.52%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213518700.460.260.01333.3395.1275.88
HexFC87BB02E1A114d5f4c
Octal374207273056321515137114
Binary111111001000011110111011010111011010110100110110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC87BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC87BB; }

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

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

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

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

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

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

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

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