Shades of Illusion #F3A0AB
Tints of Illusion #F3A0AB
RGB
CMYK
RGB Variations
Color information
#F3A0AB (or 0xF3A0AB) is known color: Illusion. HEX triplet: F3, A0 and AB. RGB value is (243,160,171). Sum of RGB (Red+Green+Blue) = 243+160+171=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 160 (62.89% from 255 or 27.87% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A0AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A0AB is #0C5F54. Grayscale: #BABABA. Windows color (decimal): -810837 or 11247859. OLE color: 11247859.
HSL color Cylindrical-coordinate representation of color #F3A0AB: hue angle of 352.05º degrees, saturation: 0.78, 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 #F3A0AB is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 171 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.05 |
| HSL | 352.05º | 0.78% | 0.79% | - |
| HSV(B) | 352.05º | 0.34% | 0.95% | - |
| XYZ | 56.88 | 47.14 | 44.63 | - |
| YUV | 186.07 | 119.5 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 171 | 0 | 0.34 | 0.30 | 0.05 | 352.05 | 0.78 | 0.79 |
| Hex | F3 | A0 | AB | 0 | 22 | 1E | 5 | 160 | 4E | 4F |
| Octal | 363 | 240 | 253 | 0 | 42 | 36 | 5 | 540 | 116 | 117 |
| Binary | 11110011 | 10100000 | 10101011 | 0 | 100010 | 11110 | 101 | 101100000 | 1001110 | 1001111 |
Color Harmonies of #F3A0AB
Complementary color
Monochromatic Colors of #F3A0AB
Black with #F3A0AB
Text Example
Text Example
White with #F3A0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A0AB; }
p { color: rgb(243,160,171); }
H1.HeaderClassName
{
color: #F3A0AB;
}
.AnyTagClassName
{
color: #F3A0AB;
}
</style>
background-color css
<style>
a { background-color: #F3A0AB; }
a { background-color: rgb(243,160,171); }
div.DivClassName
{
background-color: #F3A0AB;
}
.BgClassName
{
background-color: #F3A0AB;
}
</style>
border-color css
<style>
span { border-color: #F3A0AB; }
span { border-color: rgb(243,160,171); }
td.TdClassName
{
border-color: #F3A0AB;
}
.TagClassName
{
border-color: #F3A0AB;
}
</style>