Shades of Illusion #FF98B8
Tints of Illusion #FF98B8
RGB
CMYK
RGB Variations
Color information
#FF98B8 (or 0xFF98B8) is known color: Illusion. HEX triplet: FF, 98 and B8. RGB value is (255,152,184). Sum of RGB (Red+Green+Blue) = 255+152+184=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 152 (59.77% from 255 or 25.72% from 591); Blue value is 184 (72.27% from 255 or 31.13% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF98B8 is #006747. Grayscale: #BABABA. Windows color (decimal): -26440 or 12097791. OLE color: 12097791.
HSL color Cylindrical-coordinate representation of color #FF98B8: hue angle of 341.36º 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 #FF98B8 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 184 | - |
| CMYK | 0 | 0.40 | 0.28 | 0 |
| HSL | 341.36º | 1% | 0.8% | - |
| HSV(B) | 341.36º | 0.4% | 1% | - |
| XYZ | 61.12 | 47.18 | 51.23 | - |
| YUV | 186.45 | 126.62 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 184 | 0 | 0.40 | 0.28 | 0 | 341.36 | 1 | 0.8 |
| Hex | FF | 98 | B8 | 0 | 28 | 1C | 0 | 155 | 64 | 50 |
| Octal | 377 | 230 | 270 | 0 | 50 | 34 | 0 | 525 | 144 | 120 |
| Binary | 11111111 | 10011000 | 10111000 | 0 | 101000 | 11100 | 0 | 101010101 | 1100100 | 1010000 |
Color Harmonies of #FF98B8
Complementary color
Monochromatic Colors of #FF98B8
Black with #FF98B8
Text Example
Text Example
White with #FF98B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF98B8; }
p { color: rgb(255,152,184); }
H1.HeaderClassName
{
color: #FF98B8;
}
.AnyTagClassName
{
color: #FF98B8;
}
</style>
background-color css
<style>
a { background-color: #FF98B8; }
a { background-color: rgb(255,152,184); }
div.DivClassName
{
background-color: #FF98B8;
}
.BgClassName
{
background-color: #FF98B8;
}
</style>
border-color css
<style>
span { border-color: #FF98B8; }
span { border-color: rgb(255,152,184); }
td.TdClassName
{
border-color: #FF98B8;
}
.TagClassName
{
border-color: #FF98B8;
}
</style>