Shades of Shalimar #F0F1A4
Tints of Shalimar #F0F1A4
RGB
CMYK
RGB Variations
Color information
#F0F1A4 (or 0xF0F1A4) is known color: Shalimar. HEX triplet: F0, F1 and A4. RGB value is (240,241,164). Sum of RGB (Red+Green+Blue) = 240+241+164=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 241 (94.53% from 255 or 37.36% from 645); Blue value is 164 (64.45% from 255 or 25.43% from 645); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F1A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F1A4 is #0F0E5B. Grayscale: #E8E8E8. Windows color (decimal): -986716 or 10809840. OLE color: 10809840.
HSL color Cylindrical-coordinate representation of color #F0F1A4: hue angle of 60.78º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0F1A4 is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 164 | - |
| CMYK | 0.00 | 0 | 0.32 | 0.05 |
| HSL | 60.78º | 0.73% | 0.79% | - |
| HSV(B) | 60.78º | 0.32% | 0.95% | - |
| XYZ | 74.09 | 84.12 | 47.45 | - |
| YUV | 231.92 | 89.67 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 164 | 0.00 | 0 | 0.32 | 0.05 | 60.78 | 0.73 | 0.79 |
| Hex | F0 | F1 | A4 | 0 | 0 | 20 | 5 | 3D | 49 | 4F |
| Octal | 360 | 361 | 244 | 0 | 0 | 40 | 5 | 75 | 111 | 117 |
| Binary | 11110000 | 11110001 | 10100100 | 0 | 0 | 100000 | 101 | 111101 | 1001001 | 1001111 |
Color Harmonies of #F0F1A4
Complementary color
Monochromatic Colors of #F0F1A4
Black with #F0F1A4
Text Example
Text Example
White with #F0F1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F1A4; }
p { color: rgb(240,241,164); }
H1.HeaderClassName
{
color: #F0F1A4;
}
.AnyTagClassName
{
color: #F0F1A4;
}
</style>
background-color css
<style>
a { background-color: #F0F1A4; }
a { background-color: rgb(240,241,164); }
div.DivClassName
{
background-color: #F0F1A4;
}
.BgClassName
{
background-color: #F0F1A4;
}
</style>
border-color css
<style>
span { border-color: #F0F1A4; }
span { border-color: rgb(240,241,164); }
td.TdClassName
{
border-color: #F0F1A4;
}
.TagClassName
{
border-color: #F0F1A4;
}
</style>