Shades of Illusion #F69BAB
Tints of Illusion #F69BAB
RGB
CMYK
RGB Variations
Color information
#F69BAB (or 0xF69BAB) is known color: Illusion. HEX triplet: F6, 9B and AB. RGB value is (246,155,171). Sum of RGB (Red+Green+Blue) = 246+155+171=572 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.01% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 246 - color contains mainly: red. Hex color #F69BAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69BAB is #096454. Grayscale: #B8B8B8. Windows color (decimal): -615509 or 11246582. OLE color: 11246582.
HSL color Cylindrical-coordinate representation of color #F69BAB: hue angle of 349.45º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69BAB is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 155 | 171 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.04 |
| HSL | 349.45º | 0.83% | 0.79% | - |
| HSV(B) | 349.45º | 0.37% | 0.96% | - |
| XYZ | 57.08 | 45.98 | 44.39 | - |
| YUV | 184.03 | 120.65 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 155 | 171 | 0 | 0.37 | 0.30 | 0.04 | 349.45 | 0.83 | 0.79 |
| Hex | F6 | 9B | AB | 0 | 25 | 1E | 4 | 15D | 53 | 4F |
| Octal | 366 | 233 | 253 | 0 | 45 | 36 | 4 | 535 | 123 | 117 |
| Binary | 11110110 | 10011011 | 10101011 | 0 | 100101 | 11110 | 100 | 101011101 | 1010011 | 1001111 |
Color Harmonies of #F69BAB
Complementary color
Monochromatic Colors of #F69BAB
Black with #F69BAB
Text Example
Text Example
White with #F69BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69BAB; }
p { color: rgb(246,155,171); }
H1.HeaderClassName
{
color: #F69BAB;
}
.AnyTagClassName
{
color: #F69BAB;
}
</style>
background-color css
<style>
a { background-color: #F69BAB; }
a { background-color: rgb(246,155,171); }
div.DivClassName
{
background-color: #F69BAB;
}
.BgClassName
{
background-color: #F69BAB;
}
</style>
border-color css
<style>
span { border-color: #F69BAB; }
span { border-color: rgb(246,155,171); }
td.TdClassName
{
border-color: #F69BAB;
}
.TagClassName
{
border-color: #F69BAB;
}
</style>