Shades of Illusion #F5A5AE
Tints of Illusion #F5A5AE
RGB
CMYK
RGB Variations
Color information
#F5A5AE (or 0xF5A5AE) is known color: Illusion. HEX triplet: F5, A5 and AE. RGB value is (245,165,174). Sum of RGB (Red+Green+Blue) = 245+165+174=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 165 (64.84% from 255 or 28.25% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A5AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A5AE is #0A5A51. Grayscale: #BDBDBD. Windows color (decimal): -678482 or 11445749. OLE color: 11445749.
HSL color Cylindrical-coordinate representation of color #F5A5AE: hue angle of 353.25º 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 #F5A5AE is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 165 | 174 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.04 |
| HSL | 353.25º | 0.8% | 0.8% | - |
| HSV(B) | 353.25º | 0.33% | 0.96% | - |
| XYZ | 58.75 | 49.38 | 46.48 | - |
| YUV | 189.95 | 119 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 165 | 174 | 0 | 0.33 | 0.29 | 0.04 | 353.25 | 0.8 | 0.8 |
| Hex | F5 | A5 | AE | 0 | 21 | 1D | 4 | 161 | 50 | 50 |
| Octal | 365 | 245 | 256 | 0 | 41 | 35 | 4 | 541 | 120 | 120 |
| Binary | 11110101 | 10100101 | 10101110 | 0 | 100001 | 11101 | 100 | 101100001 | 1010000 | 1010000 |
Color Harmonies of #F5A5AE
Complementary color
Monochromatic Colors of #F5A5AE
Black with #F5A5AE
Text Example
Text Example
White with #F5A5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A5AE; }
p { color: rgb(245,165,174); }
H1.HeaderClassName
{
color: #F5A5AE;
}
.AnyTagClassName
{
color: #F5A5AE;
}
</style>
background-color css
<style>
a { background-color: #F5A5AE; }
a { background-color: rgb(245,165,174); }
div.DivClassName
{
background-color: #F5A5AE;
}
.BgClassName
{
background-color: #F5A5AE;
}
</style>
border-color css
<style>
span { border-color: #F5A5AE; }
span { border-color: rgb(245,165,174); }
td.TdClassName
{
border-color: #F5A5AE;
}
.TagClassName
{
border-color: #F5A5AE;
}
</style>