Shades of Shalimar #F4F0AE
Tints of Shalimar #F4F0AE
RGB
CMYK
RGB Variations
Color information
#F4F0AE (or 0xF4F0AE) is known color: Shalimar. HEX triplet: F4, F0 and AE. RGB value is (244,240,174). Sum of RGB (Red+Green+Blue) = 244+240+174=658 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.08% from 658); Green value is 240 (94.14% from 255 or 36.47% from 658); Blue value is 174 (68.36% from 255 or 26.44% from 658); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F0AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F0AE is #0B0F51. Grayscale: #E9E9E9. Windows color (decimal): -724818 or 11464948. OLE color: 11464948.
HSL color Cylindrical-coordinate representation of color #F4F0AE: hue angle of 56.57º degrees, saturation: 0.76, 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 #F4F0AE is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 240 | 174 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.04 |
| HSL | 56.57º | 0.76% | 0.82% | - |
| HSV(B) | 56.57º | 0.29% | 0.96% | - |
| XYZ | 76.11 | 84.61 | 52.36 | - |
| YUV | 233.67 | 94.33 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 240 | 174 | 0 | 0.02 | 0.29 | 0.04 | 56.57 | 0.76 | 0.82 |
| Hex | F4 | F0 | AE | 0 | 2 | 1D | 4 | 39 | 4C | 52 |
| Octal | 364 | 360 | 256 | 0 | 2 | 35 | 4 | 71 | 114 | 122 |
| Binary | 11110100 | 11110000 | 10101110 | 0 | 10 | 11101 | 100 | 111001 | 1001100 | 1010010 |
Color Harmonies of #F4F0AE
Complementary color
Monochromatic Colors of #F4F0AE
Black with #F4F0AE
Text Example
Text Example
White with #F4F0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F0AE; }
p { color: rgb(244,240,174); }
H1.HeaderClassName
{
color: #F4F0AE;
}
.AnyTagClassName
{
color: #F4F0AE;
}
</style>
background-color css
<style>
a { background-color: #F4F0AE; }
a { background-color: rgb(244,240,174); }
div.DivClassName
{
background-color: #F4F0AE;
}
.BgClassName
{
background-color: #F4F0AE;
}
</style>
border-color css
<style>
span { border-color: #F4F0AE; }
span { border-color: rgb(244,240,174); }
td.TdClassName
{
border-color: #F4F0AE;
}
.TagClassName
{
border-color: #F4F0AE;
}
</style>