#FE9DB4

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

Shades of Illusion #FE9DB4

Tints of Illusion #FE9DB4

Color information

#FE9DB4 (or 0xFE9DB4) is unknown color: approx Illusion. HEX triplet: FE, 9D and B4. RGB value is (254,157,180). Sum of RGB (Red+Green+Blue) = 254+157+180=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 157 (61.72% from 255 or 26.57% from 591); Blue value is 180 (70.70% from 255 or 30.46% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9DB4 is #01624B. Grayscale: #BCBCBC. Windows color (decimal): -90700 or 11836926. OLE color: 11836926.

HSL color Cylindrical-coordinate representation of color #FE9DB4: hue angle of 345.77º 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 #FE9DB4 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB254157180-
CMYK00.380.290.00
HSL345.77º97.98%80.59%-
HSV(B)345.77º38.19%99.61%-
XYZ61.1748.4849.31-
YUV188.62123.14174.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.98%
GREEN value IS 157 (61.72% from 255) = 26.57%
BLUE value IS 180 (70.70% from 255) = 30.46%
R=42.98%
G=26.57%
B=30.46%

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
Decimal25415718000.380.290.00345.7797.9880.59
HexFE9DB40261D015a6251
Octal376235264046350532142121
Binary111111101001110110110100010011011101010101101011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9DB4; }

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

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

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

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

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

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

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

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