Shades of Illusion #F5A4AE
Tints of Illusion #F5A4AE
RGB
CMYK
RGB Variations
Color information
#F5A4AE (or 0xF5A4AE) is known color: Illusion. HEX triplet: F5, A4 and AE. RGB value is (245,164,174). Sum of RGB (Red+Green+Blue) = 245+164+174=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 164 (64.45% from 255 or 28.13% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A4AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A4AE is #0A5B51. Grayscale: #BDBDBD. Windows color (decimal): -678738 or 11445493. OLE color: 11445493.
HSL color Cylindrical-coordinate representation of color #F5A4AE: hue angle of 352.59º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F5A4AE is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 164 | 174 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.04 |
| HSL | 352.59º | 0.8% | 0.8% | - |
| HSV(B) | 352.59º | 0.33% | 0.96% | - |
| XYZ | 58.57 | 49.02 | 46.42 | - |
| YUV | 189.36 | 119.34 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 164 | 174 | 0 | 0.33 | 0.29 | 0.04 | 352.59 | 0.8 | 0.8 |
| Hex | F5 | A4 | AE | 0 | 21 | 1D | 4 | 161 | 50 | 50 |
| Octal | 365 | 244 | 256 | 0 | 41 | 35 | 4 | 541 | 120 | 120 |
| Binary | 11110101 | 10100100 | 10101110 | 0 | 100001 | 11101 | 100 | 101100001 | 1010000 | 1010000 |
Color Harmonies of #F5A4AE
Complementary color
Monochromatic Colors of #F5A4AE
Black with #F5A4AE
Text Example
Text Example
White with #F5A4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A4AE; }
p { color: rgb(245,164,174); }
H1.HeaderClassName
{
color: #F5A4AE;
}
.AnyTagClassName
{
color: #F5A4AE;
}
</style>
background-color css
<style>
a { background-color: #F5A4AE; }
a { background-color: rgb(245,164,174); }
div.DivClassName
{
background-color: #F5A4AE;
}
.BgClassName
{
background-color: #F5A4AE;
}
</style>
border-color css
<style>
span { border-color: #F5A4AE; }
span { border-color: rgb(245,164,174); }
td.TdClassName
{
border-color: #F5A4AE;
}
.TagClassName
{
border-color: #F5A4AE;
}
</style>