#FC8DB3

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

Shades of Illusion #FC8DB3

Tints of Illusion #FC8DB3

Color information

#FC8DB3 (or 0xFC8DB3) is unknown color: approx Illusion. HEX triplet: FC, 8D and B3. RGB value is (252,141,179). Sum of RGB (Red+Green+Blue) = 252+141+179=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 179 (70.31% from 255 or 31.29% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8DB3 is #03724C. Grayscale: #B2B2B2. Windows color (decimal): -225869 or 11767292. OLE color: 11767292.

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

Color convert

RGB252141179-
CMYK00.440.290.01
HSL339.46º94.87%77.06%-
HSV(B)339.46º44.05%98.82%-
XYZ57.814347.9-
YUV178.52128.27180.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.06%
GREEN value IS 141 (55.47% from 255) = 24.65%
BLUE value IS 179 (70.31% from 255) = 31.29%
R=44.06%
G=24.65%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214117900.440.290.01339.4694.8777.06
HexFC8DB302C1D11535f4d
Octal374215263054351523137115
Binary111111001000110110110011010110011101110101001110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8DB3; }

 p { color: rgb(252,141,179); }

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

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

 a { background-color: rgb(252,141,179); }

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

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

 span { border-color: rgb(252,141,179); }

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