#FE9DB0

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

Shades of Illusion #FE9DB0

Tints of Illusion #FE9DB0

Color information

#FE9DB0 (or 0xFE9DB0) is unknown color: approx Illusion. HEX triplet: FE, 9D and B0. RGB value is (254,157,176). Sum of RGB (Red+Green+Blue) = 254+157+176=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 176 (69.14% from 255 or 29.98% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9DB0 is #01624F. Grayscale: #BCBCBC. Windows color (decimal): -90704 or 11574782. OLE color: 11574782.

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

Color convert

RGB254157176-
CMYK00.380.310.00
HSL348.25º97.98%80.59%-
HSV(B)348.25º38.19%99.61%-
XYZ60.7748.3247.2-
YUV188.17121.14174.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.27%
GREEN value IS 157 (61.72% from 255) = 26.75%
BLUE value IS 176 (69.14% from 255) = 29.98%
R=43.27%
G=26.75%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415717600.380.310.00348.2597.9880.59
HexFE9DB00261F015c6251
Octal376235260046370534142121
Binary111111101001110110110000010011011111010101110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9DB0; }

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

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

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

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

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

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

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

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