Shades of Shalimar #F8F1A7
Tints of Shalimar #F8F1A7
RGB
CMYK
RGB Variations
Color information
#F8F1A7 (or 0xF8F1A7) is known color: Shalimar. HEX triplet: F8, F1 and A7. RGB value is (248,241,167). Sum of RGB (Red+Green+Blue) = 248+241+167=656 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.80% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 167 (65.62% from 255 or 25.46% from 656); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F1A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F1A7 is #070E58. Grayscale: #EAEAEA. Windows color (decimal): -462425 or 11006456. OLE color: 11006456.
HSL color Cylindrical-coordinate representation of color #F8F1A7: hue angle of 54.81º 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 #F8F1A7 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 241 | 167 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.03 |
| HSL | 54.81º | 0.85% | 0.81% | - |
| HSV(B) | 54.81º | 0.33% | 0.97% | - |
| XYZ | 77.14 | 85.66 | 49.03 | - |
| YUV | 234.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 241 | 167 | 0 | 0.03 | 0.33 | 0.03 | 54.81 | 0.85 | 0.81 |
| Hex | F8 | F1 | A7 | 0 | 3 | 21 | 3 | 37 | 55 | 51 |
| Octal | 370 | 361 | 247 | 0 | 3 | 41 | 3 | 67 | 125 | 121 |
| Binary | 11111000 | 11110001 | 10100111 | 0 | 11 | 100001 | 11 | 110111 | 1010101 | 1010001 |
Color Harmonies of #F8F1A7
Complementary color
Monochromatic Colors of #F8F1A7
Black with #F8F1A7
Text Example
Text Example
White with #F8F1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F1A7; }
p { color: rgb(248,241,167); }
H1.HeaderClassName
{
color: #F8F1A7;
}
.AnyTagClassName
{
color: #F8F1A7;
}
</style>
background-color css
<style>
a { background-color: #F8F1A7; }
a { background-color: rgb(248,241,167); }
div.DivClassName
{
background-color: #F8F1A7;
}
.BgClassName
{
background-color: #F8F1A7;
}
</style>
border-color css
<style>
span { border-color: #F8F1A7; }
span { border-color: rgb(248,241,167); }
td.TdClassName
{
border-color: #F8F1A7;
}
.TagClassName
{
border-color: #F8F1A7;
}
</style>