#FC9DB0

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

Shades of Illusion #FC9DB0

Tints of Illusion #FC9DB0

Color information

#FC9DB0 (or 0xFC9DB0) is unknown color: approx Illusion. HEX triplet: FC, 9D and B0. RGB value is (252,157,176). Sum of RGB (Red+Green+Blue) = 252+157+176=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9DB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9DB0 is #03624F. Grayscale: #BBBBBB. Windows color (decimal): -221776 or 11574780. OLE color: 11574780.

HSL color Cylindrical-coordinate representation of color #FC9DB0: hue angle of 348º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FC9DB0 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB252157176-
CMYK00.380.300.01
HSL348º94.06%80.2%-
HSV(B)348º37.7%98.82%-
XYZ60.0447.9447.16-
YUV187.57121.47173.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.08%
GREEN value IS 157 (61.72% from 255) = 26.84%
BLUE value IS 176 (69.14% from 255) = 30.09%
R=43.08%
G=26.84%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215717600.380.300.0134894.0680.2
HexFC9DB00261E115c5e50
Octal374235260046361534136120
Binary111111001001110110110000010011011110110101110010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9DB0; }

 p { color: rgb(252,157,176); }

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

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

 a { background-color: rgb(252,157,176); }

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

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

 span { border-color: rgb(252,157,176); }

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