Shades of Shalimar #F8FAAF
Tints of Shalimar #F8FAAF
RGB
CMYK
RGB Variations
Color information
#F8FAAF (or 0xF8FAAF) is known color: Shalimar. HEX triplet: F8, FA and AF. RGB value is (248,250,175). Sum of RGB (Red+Green+Blue) = 248+250+175=673 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.85% from 673); Green value is 250 (98.05% from 255 or 37.15% from 673); Blue value is 175 (68.75% from 255 or 26.00% from 673); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FAAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FAAF is #070550. Grayscale: #F1F1F1. Windows color (decimal): -460113 or 11533048. OLE color: 11533048.
HSL color Cylindrical-coordinate representation of color #F8FAAF: hue angle of 61.6º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8FAAF is Cyan = 0.01, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 250 | 175 | - |
| CMYK | 0.01 | 0 | 0.3 | 0.02 |
| HSL | 61.6º | 0.88% | 0.83% | - |
| HSV(B) | 61.6º | 0.3% | 0.98% | - |
| XYZ | 80.63 | 91.42 | 53.95 | - |
| YUV | 240.85 | 90.84 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 250 | 175 | 0.01 | 0 | 0.3 | 0.02 | 61.6 | 0.88 | 0.83 |
| Hex | F8 | FA | AF | 1 | 0 | 1E | 2 | 3E | 58 | 53 |
| Octal | 370 | 372 | 257 | 1 | 0 | 36 | 2 | 76 | 130 | 123 |
| Binary | 11111000 | 11111010 | 10101111 | 1 | 0 | 11110 | 10 | 111110 | 1011000 | 1010011 |
Color Harmonies of #F8FAAF
Complementary color
Monochromatic Colors of #F8FAAF
Black with #F8FAAF
Text Example
Text Example
White with #F8FAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FAAF; }
p { color: rgb(248,250,175); }
H1.HeaderClassName
{
color: #F8FAAF;
}
.AnyTagClassName
{
color: #F8FAAF;
}
</style>
background-color css
<style>
a { background-color: #F8FAAF; }
a { background-color: rgb(248,250,175); }
div.DivClassName
{
background-color: #F8FAAF;
}
.BgClassName
{
background-color: #F8FAAF;
}
</style>
border-color css
<style>
span { border-color: #F8FAAF; }
span { border-color: rgb(248,250,175); }
td.TdClassName
{
border-color: #F8FAAF;
}
.TagClassName
{
border-color: #F8FAAF;
}
</style>