Shades of Illusion #F99BAB
Tints of Illusion #F99BAB
RGB
CMYK
RGB Variations
Color information
#F99BAB (or 0xF99BAB) is known color: Illusion. HEX triplet: F9, 9B and AB. RGB value is (249,155,171). Sum of RGB (Red+Green+Blue) = 249+155+171=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 155 (60.94% from 255 or 26.96% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99BAB is #066454. Grayscale: #B8B8B8. Windows color (decimal): -418901 or 11246585. OLE color: 11246585.
HSL color Cylindrical-coordinate representation of color #F99BAB: hue angle of 349.79º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99BAB is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 155 | 171 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.02 |
| HSL | 349.79º | 0.89% | 0.79% | - |
| HSV(B) | 349.79º | 0.38% | 0.98% | - |
| XYZ | 58.14 | 46.52 | 44.44 | - |
| YUV | 184.93 | 120.14 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 155 | 171 | 0 | 0.38 | 0.31 | 0.02 | 349.79 | 0.89 | 0.79 |
| Hex | F9 | 9B | AB | 0 | 26 | 1F | 2 | 15E | 59 | 4F |
| Octal | 371 | 233 | 253 | 0 | 46 | 37 | 2 | 536 | 131 | 117 |
| Binary | 11111001 | 10011011 | 10101011 | 0 | 100110 | 11111 | 10 | 101011110 | 1011001 | 1001111 |
Color Harmonies of #F99BAB
Complementary color
Monochromatic Colors of #F99BAB
Black with #F99BAB
Text Example
Text Example
White with #F99BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99BAB; }
p { color: rgb(249,155,171); }
H1.HeaderClassName
{
color: #F99BAB;
}
.AnyTagClassName
{
color: #F99BAB;
}
</style>
background-color css
<style>
a { background-color: #F99BAB; }
a { background-color: rgb(249,155,171); }
div.DivClassName
{
background-color: #F99BAB;
}
.BgClassName
{
background-color: #F99BAB;
}
</style>
border-color css
<style>
span { border-color: #F99BAB; }
span { border-color: rgb(249,155,171); }
td.TdClassName
{
border-color: #F99BAB;
}
.TagClassName
{
border-color: #F99BAB;
}
</style>