#FC99B4

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

Shades of Illusion #FC99B4

Tints of Illusion #FC99B4

Color information

#FC99B4 (or 0xFC99B4) is unknown color: approx Illusion. HEX triplet: FC, 99 and B4. RGB value is (252,153,180). Sum of RGB (Red+Green+Blue) = 252+153+180=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 180 (70.70% from 255 or 30.77% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FC99B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC99B4 is #03664B. Grayscale: #B9B9B9. Windows color (decimal): -222796 or 11835900. OLE color: 11835900.

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

Color convert

RGB252153180-
CMYK00.390.290.01
HSL343.64º94.29%79.41%-
HSV(B)343.64º39.29%98.82%-
XYZ59.7746.7749.06-
YUV185.68124.8175.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.08%
GREEN value IS 153 (60.16% from 255) = 26.15%
BLUE value IS 180 (70.70% from 255) = 30.77%
R=43.08%
G=26.15%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215318000.390.290.01343.6494.2979.41
HexFC99B40271D11585e4f
Octal374231264047351530136117
Binary111111001001100110110100010011111101110101100010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC99B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC99B4; }

 p { color: rgb(252,153,180); }

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

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

 a { background-color: rgb(252,153,180); }

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

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

 span { border-color: rgb(252,153,180); }

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