Shades of Illusion #FE9DB4
Tints of Illusion #FE9DB4
RGB
CMYK
RGB Variations
Color information
#FE9DB4 (or 0xFE9DB4) is known color: 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
RGB | 254 | 157 | 180 | - |
CMYK | 0 | 0.38 | 0.29 | 0.00 |
HSL | 345.77º | 0.98% | 0.81% | - |
HSV(B) | 345.77º | 0.38% | 1% | - |
XYZ | 61.17 | 48.48 | 49.31 | - |
YUV | 188.63 | 123.14 | 174.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 157 | 180 | 0 | 0.38 | 0.29 | 0.00 | 345.77 | 0.98 | 0.81 |
Hex | FE | 9D | B4 | 0 | 26 | 1D | 0 | 15A | 62 | 51 |
Octal | 376 | 235 | 264 | 0 | 46 | 35 | 0 | 532 | 142 | 121 |
Binary | 11111110 | 10011101 | 10110100 | 0 | 100110 | 11101 | 0 | 101011010 | 1100010 | 1010001 |
Color Harmonies of #FE9DB4
Complementary color
Monochromatic Colors of #FE9DB4
Black with #FE9DB4
Text Example
Text Example
White with #FE9DB4
Text Example
Text Example
HTML Codes & Css Web 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>