Shades of Illusion #FE99BA
Tints of Illusion #FE99BA
RGB
CMYK
RGB Variations
Color information
#FE99BA (or 0xFE99BA) is known color: Illusion. HEX triplet: FE, 99 and BA. RGB value is (254,153,186). Sum of RGB (Red+Green+Blue) = 254+153+186=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE99BA is #016645. Grayscale: #BABABA. Windows color (decimal): -91718 or 12229118. OLE color: 12229118.
HSL color Cylindrical-coordinate representation of color #FE99BA: hue angle of 340.4º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FE99BA is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 186 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.00 |
| HSL | 340.4º | 0.98% | 0.8% | - |
| HSV(B) | 340.4º | 0.4% | 1% | - |
| XYZ | 61.13 | 47.4 | 52.38 | - |
| YUV | 186.96 | 127.46 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 186 | 0 | 0.40 | 0.27 | 0.00 | 340.4 | 0.98 | 0.8 |
| Hex | FE | 99 | BA | 0 | 28 | 1B | 0 | 154 | 62 | 50 |
| Octal | 376 | 231 | 272 | 0 | 50 | 33 | 0 | 524 | 142 | 120 |
| Binary | 11111110 | 10011001 | 10111010 | 0 | 101000 | 11011 | 0 | 101010100 | 1100010 | 1010000 |
Color Harmonies of #FE99BA
Complementary color
Monochromatic Colors of #FE99BA
Black with #FE99BA
Text Example
Text Example
White with #FE99BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE99BA; }
p { color: rgb(254,153,186); }
H1.HeaderClassName
{
color: #FE99BA;
}
.AnyTagClassName
{
color: #FE99BA;
}
</style>
background-color css
<style>
a { background-color: #FE99BA; }
a { background-color: rgb(254,153,186); }
div.DivClassName
{
background-color: #FE99BA;
}
.BgClassName
{
background-color: #FE99BA;
}
</style>
border-color css
<style>
span { border-color: #FE99BA; }
span { border-color: rgb(254,153,186); }
td.TdClassName
{
border-color: #FE99BA;
}
.TagClassName
{
border-color: #FE99BA;
}
</style>