#FC95B6

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

Shades of Illusion #FC95B6

Tints of Illusion #FC95B6

Color information

#FC95B6 (or 0xFC95B6) is unknown color: approx Illusion. HEX triplet: FC, 95 and B6. RGB value is (252,149,182). Sum of RGB (Red+Green+Blue) = 252+149+182=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 149 (58.59% from 255 or 25.56% from 583); Blue value is 182 (71.48% from 255 or 31.22% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FC95B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC95B6 is #036A49. Grayscale: #B7B7B7. Windows color (decimal): -223818 or 11965948. OLE color: 11965948.

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

Color convert

RGB252149182-
CMYK00.410.280.01
HSL340.78º94.5%78.63%-
HSV(B)340.78º40.87%98.82%-
XYZ59.3445.5749.92-
YUV183.56127.12176.82-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.22%
GREEN value IS 149 (58.59% from 255) = 25.56%
BLUE value IS 182 (71.48% from 255) = 31.22%
R=43.22%
G=25.56%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214918200.410.280.01340.7894.578.63
HexFC95B60291C11555e4f
Octal374225266051341525136117
Binary111111001001010110110110010100111100110101010110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC95B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC95B6; }

 p { color: rgb(252,149,182); }

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

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

 a { background-color: rgb(252,149,182); }

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

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

 span { border-color: rgb(252,149,182); }

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