Shades of Illusion #FE9FB4
Tints of Illusion #FE9FB4
RGB
CMYK
RGB Variations
Color information
#FE9FB4 (or 0xFE9FB4) is known color: Illusion. HEX triplet: FE, 9F and B4. RGB value is (254,159,180). Sum of RGB (Red+Green+Blue) = 254+159+180=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 180 (70.70% from 255 or 30.35% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9FB4 is #01604B. Grayscale: #BDBDBD. Windows color (decimal): -90188 or 11837438. OLE color: 11837438.
HSL color Cylindrical-coordinate representation of color #FE9FB4: hue angle of 346.74º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FE9FB4 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 180 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.00 |
| HSL | 346.74º | 0.98% | 0.81% | - |
| HSV(B) | 346.74º | 0.37% | 1% | - |
| XYZ | 61.51 | 49.16 | 49.43 | - |
| YUV | 189.8 | 122.47 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 180 | 0 | 0.37 | 0.29 | 0.00 | 346.74 | 0.98 | 0.81 |
| Hex | FE | 9F | B4 | 0 | 25 | 1D | 0 | 15B | 62 | 51 |
| Octal | 376 | 237 | 264 | 0 | 45 | 35 | 0 | 533 | 142 | 121 |
| Binary | 11111110 | 10011111 | 10110100 | 0 | 100101 | 11101 | 0 | 101011011 | 1100010 | 1010001 |
Color Harmonies of #FE9FB4
Complementary color
Monochromatic Colors of #FE9FB4
Black with #FE9FB4
Text Example
Text Example
White with #FE9FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9FB4; }
p { color: rgb(254,159,180); }
H1.HeaderClassName
{
color: #FE9FB4;
}
.AnyTagClassName
{
color: #FE9FB4;
}
</style>
background-color css
<style>
a { background-color: #FE9FB4; }
a { background-color: rgb(254,159,180); }
div.DivClassName
{
background-color: #FE9FB4;
}
.BgClassName
{
background-color: #FE9FB4;
}
</style>
border-color css
<style>
span { border-color: #FE9FB4; }
span { border-color: rgb(254,159,180); }
td.TdClassName
{
border-color: #FE9FB4;
}
.TagClassName
{
border-color: #FE9FB4;
}
</style>