Shades of Illusion #F5A5AD
Tints of Illusion #F5A5AD
RGB
CMYK
RGB Variations
Color information
#F5A5AD (or 0xF5A5AD) is known color: Illusion. HEX triplet: F5, A5 and AD. RGB value is (245,165,173). Sum of RGB (Red+Green+Blue) = 245+165+173=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 165 (64.84% from 255 or 28.30% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A5AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A5AD is #0A5A52. Grayscale: #BDBDBD. Windows color (decimal): -678483 or 11380213. OLE color: 11380213.
HSL color Cylindrical-coordinate representation of color #F5A5AD: hue angle of 354º 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 #F5A5AD is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 165 | 173 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.04 |
| HSL | 354º | 0.8% | 0.8% | - |
| HSV(B) | 354º | 0.33% | 0.96% | - |
| XYZ | 58.65 | 49.34 | 45.97 | - |
| YUV | 189.83 | 118.5 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 165 | 173 | 0 | 0.33 | 0.29 | 0.04 | 354 | 0.8 | 0.8 |
| Hex | F5 | A5 | AD | 0 | 21 | 1D | 4 | 162 | 50 | 50 |
| Octal | 365 | 245 | 255 | 0 | 41 | 35 | 4 | 542 | 120 | 120 |
| Binary | 11110101 | 10100101 | 10101101 | 0 | 100001 | 11101 | 100 | 101100010 | 1010000 | 1010000 |
Color Harmonies of #F5A5AD
Complementary color
Monochromatic Colors of #F5A5AD
Black with #F5A5AD
Text Example
Text Example
White with #F5A5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A5AD; }
p { color: rgb(245,165,173); }
H1.HeaderClassName
{
color: #F5A5AD;
}
.AnyTagClassName
{
color: #F5A5AD;
}
</style>
background-color css
<style>
a { background-color: #F5A5AD; }
a { background-color: rgb(245,165,173); }
div.DivClassName
{
background-color: #F5A5AD;
}
.BgClassName
{
background-color: #F5A5AD;
}
</style>
border-color css
<style>
span { border-color: #F5A5AD; }
span { border-color: rgb(245,165,173); }
td.TdClassName
{
border-color: #F5A5AD;
}
.TagClassName
{
border-color: #F5A5AD;
}
</style>