Shades of Illusion #F29FAB
Tints of Illusion #F29FAB
RGB
CMYK
RGB Variations
Color information
#F29FAB (or 0xF29FAB) is known color: Illusion. HEX triplet: F2, 9F and AB. RGB value is (242,159,171). Sum of RGB (Red+Green+Blue) = 242+159+171=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 159 (62.5% from 255 or 27.80% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F29FAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29FAB is #0D6054. Grayscale: #B9B9B9. Windows color (decimal): -876629 or 11247602. OLE color: 11247602.
HSL color Cylindrical-coordinate representation of color #F29FAB: hue angle of 351.33º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F29FAB is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 159 | 171 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.05 |
| HSL | 351.33º | 0.76% | 0.79% | - |
| HSV(B) | 351.33º | 0.34% | 0.95% | - |
| XYZ | 56.37 | 46.61 | 44.55 | - |
| YUV | 185.19 | 120 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 159 | 171 | 0 | 0.34 | 0.29 | 0.05 | 351.33 | 0.76 | 0.79 |
| Hex | F2 | 9F | AB | 0 | 22 | 1D | 5 | 15F | 4C | 4F |
| Octal | 362 | 237 | 253 | 0 | 42 | 35 | 5 | 537 | 114 | 117 |
| Binary | 11110010 | 10011111 | 10101011 | 0 | 100010 | 11101 | 101 | 101011111 | 1001100 | 1001111 |
Color Harmonies of #F29FAB
Complementary color
Monochromatic Colors of #F29FAB
Black with #F29FAB
Text Example
Text Example
White with #F29FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29FAB; }
p { color: rgb(242,159,171); }
H1.HeaderClassName
{
color: #F29FAB;
}
.AnyTagClassName
{
color: #F29FAB;
}
</style>
background-color css
<style>
a { background-color: #F29FAB; }
a { background-color: rgb(242,159,171); }
div.DivClassName
{
background-color: #F29FAB;
}
.BgClassName
{
background-color: #F29FAB;
}
</style>
border-color css
<style>
span { border-color: #F29FAB; }
span { border-color: rgb(242,159,171); }
td.TdClassName
{
border-color: #F29FAB;
}
.TagClassName
{
border-color: #F29FAB;
}
</style>