#FE9DB5

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

Shades of Illusion #FE9DB5

Tints of Illusion #FE9DB5

Color information

#FE9DB5 (or 0xFE9DB5) is unknown color: approx Illusion. HEX triplet: FE, 9D and B5. RGB value is (254,157,181). Sum of RGB (Red+Green+Blue) = 254+157+181=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 157 (61.72% from 255 or 26.52% from 592); Blue value is 181 (71.09% from 255 or 30.57% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9DB5 is #01624A. Grayscale: #BCBCBC. Windows color (decimal): -90699 or 11902462. OLE color: 11902462.

HSL color Cylindrical-coordinate representation of color #FE9DB5: hue angle of 345.15º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FE9DB5 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB254157181-
CMYK00.380.290.00
HSL345.15º97.98%80.59%-
HSV(B)345.15º38.19%99.61%-
XYZ61.2748.5249.85-
YUV188.74123.64174.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.91%
GREEN value IS 157 (61.72% from 255) = 26.52%
BLUE value IS 181 (71.09% from 255) = 30.57%
R=42.91%
G=26.52%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415718100.380.290.00345.1597.9880.59
HexFE9DB50261D01596251
Octal376235265046350531142121
Binary111111101001110110110101010011011101010101100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9DB5; }

 p { color: rgb(254,157,181); }

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

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

 a { background-color: rgb(254,157,181); }

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

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

 span { border-color: rgb(254,157,181); }

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