Shades of Illusion #F8A6AF
Tints of Illusion #F8A6AF
RGB
CMYK
RGB Variations
Color information
#F8A6AF (or 0xF8A6AF) is known color: Illusion. HEX triplet: F8, A6 and AF. RGB value is (248,166,175). Sum of RGB (Red+Green+Blue) = 248+166+175=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 166 (65.23% from 255 or 28.18% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A6AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A6AF is #075950. Grayscale: #BFBFBF. Windows color (decimal): -481617 or 11511544. OLE color: 11511544.
HSL color Cylindrical-coordinate representation of color #F8A6AF: hue angle of 353.41º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A6AF is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 166 | 175 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.03 |
| HSL | 353.41º | 0.85% | 0.81% | - |
| HSV(B) | 353.41º | 0.33% | 0.97% | - |
| XYZ | 60.09 | 50.32 | 47.1 | - |
| YUV | 191.54 | 118.67 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 166 | 175 | 0 | 0.33 | 0.29 | 0.03 | 353.41 | 0.85 | 0.81 |
| Hex | F8 | A6 | AF | 0 | 21 | 1D | 3 | 161 | 55 | 51 |
| Octal | 370 | 246 | 257 | 0 | 41 | 35 | 3 | 541 | 125 | 121 |
| Binary | 11111000 | 10100110 | 10101111 | 0 | 100001 | 11101 | 11 | 101100001 | 1010101 | 1010001 |
Color Harmonies of #F8A6AF
Complementary color
Monochromatic Colors of #F8A6AF
Black with #F8A6AF
Text Example
Text Example
White with #F8A6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A6AF; }
p { color: rgb(248,166,175); }
H1.HeaderClassName
{
color: #F8A6AF;
}
.AnyTagClassName
{
color: #F8A6AF;
}
</style>
background-color css
<style>
a { background-color: #F8A6AF; }
a { background-color: rgb(248,166,175); }
div.DivClassName
{
background-color: #F8A6AF;
}
.BgClassName
{
background-color: #F8A6AF;
}
</style>
border-color css
<style>
span { border-color: #F8A6AF; }
span { border-color: rgb(248,166,175); }
td.TdClassName
{
border-color: #F8A6AF;
}
.TagClassName
{
border-color: #F8A6AF;
}
</style>