Shades of Illusion #FF98BA
Tints of Illusion #FF98BA
RGB
CMYK
RGB Variations
Color information
#FF98BA (or 0xFF98BA) is known color: Illusion. HEX triplet: FF, 98 and BA. RGB value is (255,152,186). Sum of RGB (Red+Green+Blue) = 255+152+186=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 152 (59.77% from 255 or 25.63% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF98BA is #006745. Grayscale: #BABABA. Windows color (decimal): -26438 or 12228863. OLE color: 12228863.
HSL color Cylindrical-coordinate representation of color #FF98BA: hue angle of 340.19º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF98BA is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 186 | - |
| CMYK | 0 | 0.40 | 0.27 | 0 |
| HSL | 340.19º | 1% | 0.8% | - |
| HSV(B) | 340.19º | 0.4% | 1% | - |
| XYZ | 61.33 | 47.26 | 52.34 | - |
| YUV | 186.67 | 127.62 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 186 | 0 | 0.40 | 0.27 | 0 | 340.19 | 1 | 0.8 |
| Hex | FF | 98 | BA | 0 | 28 | 1B | 0 | 154 | 64 | 50 |
| Octal | 377 | 230 | 272 | 0 | 50 | 33 | 0 | 524 | 144 | 120 |
| Binary | 11111111 | 10011000 | 10111010 | 0 | 101000 | 11011 | 0 | 101010100 | 1100100 | 1010000 |
Color Harmonies of #FF98BA
Complementary color
Monochromatic Colors of #FF98BA
Black with #FF98BA
Text Example
Text Example
White with #FF98BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF98BA; }
p { color: rgb(255,152,186); }
H1.HeaderClassName
{
color: #FF98BA;
}
.AnyTagClassName
{
color: #FF98BA;
}
</style>
background-color css
<style>
a { background-color: #FF98BA; }
a { background-color: rgb(255,152,186); }
div.DivClassName
{
background-color: #FF98BA;
}
.BgClassName
{
background-color: #FF98BA;
}
</style>
border-color css
<style>
span { border-color: #FF98BA; }
span { border-color: rgb(255,152,186); }
td.TdClassName
{
border-color: #FF98BA;
}
.TagClassName
{
border-color: #FF98BA;
}
</style>