Shades of Illusion #F49BAB
Tints of Illusion #F49BAB
RGB
CMYK
RGB Variations
Color information
#F49BAB (or 0xF49BAB) is known color: Illusion. HEX triplet: F4, 9B and AB. RGB value is (244,155,171). Sum of RGB (Red+Green+Blue) = 244+155+171=570 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.81% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 244 - color contains mainly: red. Hex color #F49BAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49BAB is #0B6454. Grayscale: #B7B7B7. Windows color (decimal): -746581 or 11246580. OLE color: 11246580.
HSL color Cylindrical-coordinate representation of color #F49BAB: hue angle of 349.21º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F49BAB is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 155 | 171 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.04 |
| HSL | 349.21º | 0.8% | 0.78% | - |
| HSV(B) | 349.21º | 0.36% | 0.96% | - |
| XYZ | 56.38 | 45.62 | 44.36 | - |
| YUV | 183.44 | 120.99 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 155 | 171 | 0 | 0.36 | 0.30 | 0.04 | 349.21 | 0.8 | 0.78 |
| Hex | F4 | 9B | AB | 0 | 24 | 1E | 4 | 15D | 50 | 4E |
| Octal | 364 | 233 | 253 | 0 | 44 | 36 | 4 | 535 | 120 | 116 |
| Binary | 11110100 | 10011011 | 10101011 | 0 | 100100 | 11110 | 100 | 101011101 | 1010000 | 1001110 |
Color Harmonies of #F49BAB
Complementary color
Monochromatic Colors of #F49BAB
Black with #F49BAB
Text Example
Text Example
White with #F49BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49BAB; }
p { color: rgb(244,155,171); }
H1.HeaderClassName
{
color: #F49BAB;
}
.AnyTagClassName
{
color: #F49BAB;
}
</style>
background-color css
<style>
a { background-color: #F49BAB; }
a { background-color: rgb(244,155,171); }
div.DivClassName
{
background-color: #F49BAB;
}
.BgClassName
{
background-color: #F49BAB;
}
</style>
border-color css
<style>
span { border-color: #F49BAB; }
span { border-color: rgb(244,155,171); }
td.TdClassName
{
border-color: #F49BAB;
}
.TagClassName
{
border-color: #F49BAB;
}
</style>