#FC86C9

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

Shades of Tea Rose #FC86C9

Tints of Tea Rose #FC86C9

Color information

#FC86C9 (or 0xFC86C9) is unknown color: approx Tea Rose. HEX triplet: FC, 86 and C9. RGB value is (252,134,201). Sum of RGB (Red+Green+Blue) = 252+134+201=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 134 (52.73% from 255 or 22.83% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC86C9 is #037936. Grayscale: #B0B0B0. Windows color (decimal): -227639 or 13207292. OLE color: 13207292.

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

Color convert

RGB252134201-
CMYK00.470.200.01
HSL325.93º95.16%75.69%-
HSV(B)325.93º46.83%98.82%-
XYZ59.2141.9660.24-
YUV176.92141.59181.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.93%
GREEN value IS 134 (52.73% from 255) = 22.83%
BLUE value IS 201 (78.91% from 255) = 34.24%
R=42.93%
G=22.83%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213420100.470.200.01325.9395.1675.69
HexFC86C902F1411465f4c
Octal374206311057241506137114
Binary111111001000011011001001010111110100110100011010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC86C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC86C9; }

 p { color: rgb(252,134,201); }

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

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

 a { background-color: rgb(252,134,201); }

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

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

 span { border-color: rgb(252,134,201); }

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