#FC87C1

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

Shades of Tea Rose #FC87C1

Tints of Tea Rose #FC87C1

Color information

#FC87C1 (or 0xFC87C1) is unknown color: approx Tea Rose. HEX triplet: FC, 87 and C1. RGB value is (252,135,193). Sum of RGB (Red+Green+Blue) = 252+135+193=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 135 (53.12% from 255 or 23.28% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC87C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC87C1 is #03783E. Grayscale: #B0B0B0. Windows color (decimal): -227391 or 12683260. OLE color: 12683260.

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

Color convert

RGB252135193-
CMYK00.460.230.01
HSL330.26º95.12%75.88%-
HSV(B)330.26º46.43%98.82%-
XYZ58.4341.8755.45-
YUV176.6137.26181.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.45%
GREEN value IS 135 (53.12% from 255) = 23.28%
BLUE value IS 193 (75.78% from 255) = 33.28%
R=43.45%
G=23.28%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213519300.460.230.01330.2695.1275.88
HexFC87C102E17114a5f4c
Octal374207301056271512137114
Binary111111001000011111000001010111010111110100101010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC87C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC87C1; }

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

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

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

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

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

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

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

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