Shades of Shalimar #F5F2AF
Tints of Shalimar #F5F2AF
RGB
CMYK
RGB Variations
Color information
#F5F2AF (or 0xF5F2AF) is known color: Shalimar. HEX triplet: F5, F2 and AF. RGB value is (245,242,175). Sum of RGB (Red+Green+Blue) = 245+242+175=662 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.01% from 662); Green value is 242 (94.92% from 255 or 36.56% from 662); Blue value is 175 (68.75% from 255 or 26.44% from 662); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F2AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F2AF is #0A0D50. Grayscale: #EBEBEB. Windows color (decimal): -658769 or 11530997. OLE color: 11530997.
HSL color Cylindrical-coordinate representation of color #F5F2AF: hue angle of 57.43º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5F2AF is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 242 | 175 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.04 |
| HSL | 57.43º | 0.78% | 0.82% | - |
| HSV(B) | 57.43º | 0.29% | 0.96% | - |
| XYZ | 77.15 | 86.01 | 53.09 | - |
| YUV | 235.26 | 93.99 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 242 | 175 | 0 | 0.01 | 0.29 | 0.04 | 57.43 | 0.78 | 0.82 |
| Hex | F5 | F2 | AF | 0 | 1 | 1D | 4 | 39 | 4E | 52 |
| Octal | 365 | 362 | 257 | 0 | 1 | 35 | 4 | 71 | 116 | 122 |
| Binary | 11110101 | 11110010 | 10101111 | 0 | 1 | 11101 | 100 | 111001 | 1001110 | 1010010 |
Color Harmonies of #F5F2AF
Complementary color
Monochromatic Colors of #F5F2AF
Black with #F5F2AF
Text Example
Text Example
White with #F5F2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F2AF; }
p { color: rgb(245,242,175); }
H1.HeaderClassName
{
color: #F5F2AF;
}
.AnyTagClassName
{
color: #F5F2AF;
}
</style>
background-color css
<style>
a { background-color: #F5F2AF; }
a { background-color: rgb(245,242,175); }
div.DivClassName
{
background-color: #F5F2AF;
}
.BgClassName
{
background-color: #F5F2AF;
}
</style>
border-color css
<style>
span { border-color: #F5F2AF; }
span { border-color: rgb(245,242,175); }
td.TdClassName
{
border-color: #F5F2AF;
}
.TagClassName
{
border-color: #F5F2AF;
}
</style>