Shades of Illusion #F09BAB
Tints of Illusion #F09BAB
RGB
CMYK
RGB Variations
Color information
#F09BAB (or 0xF09BAB) is known color: Illusion. HEX triplet: F0, 9B and AB. RGB value is (240,155,171). Sum of RGB (Red+Green+Blue) = 240+155+171=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 155 (60.94% from 255 or 27.39% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09BAB is #0F6454. Grayscale: #B6B6B6. Windows color (decimal): -1008725 or 11246576. OLE color: 11246576.
HSL color Cylindrical-coordinate representation of color #F09BAB: hue angle of 348.71º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09BAB is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 171 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.06 |
| HSL | 348.71º | 0.74% | 0.77% | - |
| HSV(B) | 348.71º | 0.35% | 0.94% | - |
| XYZ | 55.01 | 44.91 | 44.3 | - |
| YUV | 182.24 | 121.66 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 171 | 0 | 0.35 | 0.29 | 0.06 | 348.71 | 0.74 | 0.77 |
| Hex | F0 | 9B | AB | 0 | 23 | 1D | 6 | 15D | 4A | 4D |
| Octal | 360 | 233 | 253 | 0 | 43 | 35 | 6 | 535 | 112 | 115 |
| Binary | 11110000 | 10011011 | 10101011 | 0 | 100011 | 11101 | 110 | 101011101 | 1001010 | 1001101 |
Color Harmonies of #F09BAB
Complementary color
Monochromatic Colors of #F09BAB
Black with #F09BAB
Text Example
Text Example
White with #F09BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09BAB; }
p { color: rgb(240,155,171); }
H1.HeaderClassName
{
color: #F09BAB;
}
.AnyTagClassName
{
color: #F09BAB;
}
</style>
background-color css
<style>
a { background-color: #F09BAB; }
a { background-color: rgb(240,155,171); }
div.DivClassName
{
background-color: #F09BAB;
}
.BgClassName
{
background-color: #F09BAB;
}
</style>
border-color css
<style>
span { border-color: #F09BAB; }
span { border-color: rgb(240,155,171); }
td.TdClassName
{
border-color: #F09BAB;
}
.TagClassName
{
border-color: #F09BAB;
}
</style>