Shades of Illusion #F4A1AE
Tints of Illusion #F4A1AE
RGB
CMYK
RGB Variations
Color information
#F4A1AE (or 0xF4A1AE) is known color: Illusion. HEX triplet: F4, A1 and AE. RGB value is (244,161,174). Sum of RGB (Red+Green+Blue) = 244+161+174=579 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.14% from 579); Green value is 161 (63.28% from 255 or 27.81% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A1AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A1AE is #0B5E51. Grayscale: #BBBBBB. Windows color (decimal): -745042 or 11444724. OLE color: 11444724.
HSL color Cylindrical-coordinate representation of color #F4A1AE: hue angle of 350.6º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F4A1AE is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 161 | 174 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.04 |
| HSL | 350.6º | 0.79% | 0.79% | - |
| HSV(B) | 350.6º | 0.34% | 0.96% | - |
| XYZ | 57.69 | 47.78 | 46.23 | - |
| YUV | 187.3 | 120.5 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 161 | 174 | 0 | 0.34 | 0.29 | 0.04 | 350.6 | 0.79 | 0.79 |
| Hex | F4 | A1 | AE | 0 | 22 | 1D | 4 | 15F | 4F | 4F |
| Octal | 364 | 241 | 256 | 0 | 42 | 35 | 4 | 537 | 117 | 117 |
| Binary | 11110100 | 10100001 | 10101110 | 0 | 100010 | 11101 | 100 | 101011111 | 1001111 | 1001111 |
Color Harmonies of #F4A1AE
Complementary color
Monochromatic Colors of #F4A1AE
Black with #F4A1AE
Text Example
Text Example
White with #F4A1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A1AE; }
p { color: rgb(244,161,174); }
H1.HeaderClassName
{
color: #F4A1AE;
}
.AnyTagClassName
{
color: #F4A1AE;
}
</style>
background-color css
<style>
a { background-color: #F4A1AE; }
a { background-color: rgb(244,161,174); }
div.DivClassName
{
background-color: #F4A1AE;
}
.BgClassName
{
background-color: #F4A1AE;
}
</style>
border-color css
<style>
span { border-color: #F4A1AE; }
span { border-color: rgb(244,161,174); }
td.TdClassName
{
border-color: #F4A1AE;
}
.TagClassName
{
border-color: #F4A1AE;
}
</style>