Shades of Illusion #F29BAB
Tints of Illusion #F29BAB
RGB
CMYK
RGB Variations
Color information
#F29BAB (or 0xF29BAB) is known color: Illusion. HEX triplet: F2, 9B and AB. RGB value is (242,155,171). Sum of RGB (Red+Green+Blue) = 242+155+171=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 155 (60.94% from 255 or 27.29% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F29BAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29BAB is #0D6454. Grayscale: #B6B6B6. Windows color (decimal): -877653 or 11246578. OLE color: 11246578.
HSL color Cylindrical-coordinate representation of color #F29BAB: hue angle of 348.97º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F29BAB is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 155 | 171 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.05 |
| HSL | 348.97º | 0.77% | 0.78% | - |
| HSV(B) | 348.97º | 0.36% | 0.95% | - |
| XYZ | 55.69 | 45.26 | 44.33 | - |
| YUV | 182.84 | 121.32 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 155 | 171 | 0 | 0.36 | 0.29 | 0.05 | 348.97 | 0.77 | 0.78 |
| Hex | F2 | 9B | AB | 0 | 24 | 1D | 5 | 15D | 4D | 4E |
| Octal | 362 | 233 | 253 | 0 | 44 | 35 | 5 | 535 | 115 | 116 |
| Binary | 11110010 | 10011011 | 10101011 | 0 | 100100 | 11101 | 101 | 101011101 | 1001101 | 1001110 |
Color Harmonies of #F29BAB
Complementary color
Monochromatic Colors of #F29BAB
Black with #F29BAB
Text Example
Text Example
White with #F29BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29BAB; }
p { color: rgb(242,155,171); }
H1.HeaderClassName
{
color: #F29BAB;
}
.AnyTagClassName
{
color: #F29BAB;
}
</style>
background-color css
<style>
a { background-color: #F29BAB; }
a { background-color: rgb(242,155,171); }
div.DivClassName
{
background-color: #F29BAB;
}
.BgClassName
{
background-color: #F29BAB;
}
</style>
border-color css
<style>
span { border-color: #F29BAB; }
span { border-color: rgb(242,155,171); }
td.TdClassName
{
border-color: #F29BAB;
}
.TagClassName
{
border-color: #F29BAB;
}
</style>