Shades of Illusion #F5A4AD
Tints of Illusion #F5A4AD
RGB
CMYK
RGB Variations
Color information
#F5A4AD (or 0xF5A4AD) is known color: Illusion. HEX triplet: F5, A4 and AD. RGB value is (245,164,173). Sum of RGB (Red+Green+Blue) = 245+164+173=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 164 (64.45% from 255 or 28.18% from 582); Blue value is 173 (67.97% from 255 or 29.73% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A4AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A4AD is #0A5B52. Grayscale: #BDBDBD. Windows color (decimal): -678739 or 11379957. OLE color: 11379957.
HSL color Cylindrical-coordinate representation of color #F5A4AD: hue angle of 353.33º 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 #F5A4AD is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 164 | 173 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.04 |
| HSL | 353.33º | 0.8% | 0.8% | - |
| HSV(B) | 353.33º | 0.33% | 0.96% | - |
| XYZ | 58.47 | 48.98 | 45.91 | - |
| YUV | 189.25 | 118.84 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 164 | 173 | 0 | 0.33 | 0.29 | 0.04 | 353.33 | 0.8 | 0.8 |
| Hex | F5 | A4 | AD | 0 | 21 | 1D | 4 | 161 | 50 | 50 |
| Octal | 365 | 244 | 255 | 0 | 41 | 35 | 4 | 541 | 120 | 120 |
| Binary | 11110101 | 10100100 | 10101101 | 0 | 100001 | 11101 | 100 | 101100001 | 1010000 | 1010000 |
Color Harmonies of #F5A4AD
Complementary color
Monochromatic Colors of #F5A4AD
Black with #F5A4AD
Text Example
Text Example
White with #F5A4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A4AD; }
p { color: rgb(245,164,173); }
H1.HeaderClassName
{
color: #F5A4AD;
}
.AnyTagClassName
{
color: #F5A4AD;
}
</style>
background-color css
<style>
a { background-color: #F5A4AD; }
a { background-color: rgb(245,164,173); }
div.DivClassName
{
background-color: #F5A4AD;
}
.BgClassName
{
background-color: #F5A4AD;
}
</style>
border-color css
<style>
span { border-color: #F5A4AD; }
span { border-color: rgb(245,164,173); }
td.TdClassName
{
border-color: #F5A4AD;
}
.TagClassName
{
border-color: #F5A4AD;
}
</style>