Shades of Shalimar #F8FCAF
Tints of Shalimar #F8FCAF
RGB
CMYK
RGB Variations
Color information
#F8FCAF (or 0xF8FCAF) is known color: Shalimar. HEX triplet: F8, FC and AF. RGB value is (248,252,175). Sum of RGB (Red+Green+Blue) = 248+252+175=675 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.74% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 175 (68.75% from 255 or 25.93% from 675); Max value from RGB is 252 - color contains mainly: green. Hex color #F8FCAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FCAF is #070350. Grayscale: #F2F2F2. Windows color (decimal): -459601 or 11533560. OLE color: 11533560.
HSL color Cylindrical-coordinate representation of color #F8FCAF: hue angle of 63.12º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8FCAF is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 252 | 175 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.01 |
| HSL | 63.12º | 0.93% | 0.84% | - |
| HSV(B) | 63.12º | 0.31% | 0.99% | - |
| XYZ | 81.26 | 92.67 | 54.16 | - |
| YUV | 242.03 | 90.17 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 252 | 175 | 0.02 | 0 | 0.31 | 0.01 | 63.12 | 0.93 | 0.84 |
| Hex | F8 | FC | AF | 2 | 0 | 1F | 1 | 3F | 5D | 54 |
| Octal | 370 | 374 | 257 | 2 | 0 | 37 | 1 | 77 | 135 | 124 |
| Binary | 11111000 | 11111100 | 10101111 | 10 | 0 | 11111 | 1 | 111111 | 1011101 | 1010100 |
Color Harmonies of #F8FCAF
Complementary color
Monochromatic Colors of #F8FCAF
Black with #F8FCAF
Text Example
Text Example
White with #F8FCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FCAF; }
p { color: rgb(248,252,175); }
H1.HeaderClassName
{
color: #F8FCAF;
}
.AnyTagClassName
{
color: #F8FCAF;
}
</style>
background-color css
<style>
a { background-color: #F8FCAF; }
a { background-color: rgb(248,252,175); }
div.DivClassName
{
background-color: #F8FCAF;
}
.BgClassName
{
background-color: #F8FCAF;
}
</style>
border-color css
<style>
span { border-color: #F8FCAF; }
span { border-color: rgb(248,252,175); }
td.TdClassName
{
border-color: #F8FCAF;
}
.TagClassName
{
border-color: #F8FCAF;
}
</style>