#FE9DB1

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

Shades of Illusion #FE9DB1

Tints of Illusion #FE9DB1

Color information

#FE9DB1 (or 0xFE9DB1) is unknown color: approx Illusion. HEX triplet: FE, 9D and B1. RGB value is (254,157,177). Sum of RGB (Red+Green+Blue) = 254+157+177=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 177 (69.53% from 255 or 30.10% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9DB1 is #01624E. Grayscale: #BCBCBC. Windows color (decimal): -90703 or 11640318. OLE color: 11640318.

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

Color convert

RGB254157177-
CMYK00.380.300.00
HSL347.63º97.98%80.59%-
HSV(B)347.63º38.19%99.61%-
XYZ60.8748.3647.72-
YUV188.28121.64174.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.20%
GREEN value IS 157 (61.72% from 255) = 26.70%
BLUE value IS 177 (69.53% from 255) = 30.10%
R=43.20%
G=26.70%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415717700.380.300.00347.6397.9880.59
HexFE9DB10261E015c6251
Octal376235261046360534142121
Binary111111101001110110110001010011011110010101110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9DB1; }

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

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

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

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

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

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

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

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