#FC8DB5

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

Shades of Illusion #FC8DB5

Tints of Illusion #FC8DB5

Color information

#FC8DB5 (or 0xFC8DB5) is unknown color: approx Illusion. HEX triplet: FC, 8D and B5. RGB value is (252,141,181). Sum of RGB (Red+Green+Blue) = 252+141+181=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 141 (55.47% from 255 or 24.56% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8DB5 is #03724A. Grayscale: #B2B2B2. Windows color (decimal): -225867 or 11898364. OLE color: 11898364.

HSL color Cylindrical-coordinate representation of color #FC8DB5: hue angle of 338.38º 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 #FC8DB5 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB252141181-
CMYK00.440.280.01
HSL338.38º94.87%77.06%-
HSV(B)338.38º44.05%98.82%-
XYZ58.0143.0848.97-
YUV178.75129.27180.25-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.90%
GREEN value IS 141 (55.47% from 255) = 24.56%
BLUE value IS 181 (71.09% from 255) = 31.53%
R=43.90%
G=24.56%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214118100.440.280.01338.3894.8777.06
HexFC8DB502C1C11525f4d
Octal374215265054341522137115
Binary111111001000110110110101010110011100110101001010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8DB5; }

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

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

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

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

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

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

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

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