Shades of Illusion #FE98B2
Tints of Illusion #FE98B2
RGB
CMYK
RGB Variations
Color information
#FE98B2 (or 0xFE98B2) is known color: Illusion. HEX triplet: FE, 98 and B2. RGB value is (254,152,178). Sum of RGB (Red+Green+Blue) = 254+152+178=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 152 (59.77% from 255 or 26.03% from 584); Blue value is 178 (69.92% from 255 or 30.48% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE98B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE98B2 is #01674D. Grayscale: #B9B9B9. Windows color (decimal): -91982 or 11704574. OLE color: 11704574.
HSL color Cylindrical-coordinate representation of color #FE98B2: hue angle of 344.71º 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 #FE98B2 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 152 | 178 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.00 |
| HSL | 344.71º | 0.98% | 0.8% | - |
| HSV(B) | 344.71º | 0.4% | 1% | - |
| XYZ | 60.14 | 46.74 | 47.97 | - |
| YUV | 185.46 | 123.79 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 152 | 178 | 0 | 0.40 | 0.30 | 0.00 | 344.71 | 0.98 | 0.8 |
| Hex | FE | 98 | B2 | 0 | 28 | 1E | 0 | 159 | 62 | 50 |
| Octal | 376 | 230 | 262 | 0 | 50 | 36 | 0 | 531 | 142 | 120 |
| Binary | 11111110 | 10011000 | 10110010 | 0 | 101000 | 11110 | 0 | 101011001 | 1100010 | 1010000 |
Color Harmonies of #FE98B2
Complementary color
Monochromatic Colors of #FE98B2
Black with #FE98B2
Text Example
Text Example
White with #FE98B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE98B2; }
p { color: rgb(254,152,178); }
H1.HeaderClassName
{
color: #FE98B2;
}
.AnyTagClassName
{
color: #FE98B2;
}
</style>
background-color css
<style>
a { background-color: #FE98B2; }
a { background-color: rgb(254,152,178); }
div.DivClassName
{
background-color: #FE98B2;
}
.BgClassName
{
background-color: #FE98B2;
}
</style>
border-color css
<style>
span { border-color: #FE98B2; }
span { border-color: rgb(254,152,178); }
td.TdClassName
{
border-color: #FE98B2;
}
.TagClassName
{
border-color: #FE98B2;
}
</style>