Shades of Shalimar #F2F1A8
Tints of Shalimar #F2F1A8
RGB
CMYK
RGB Variations
Color information
#F2F1A8 (or 0xF2F1A8) is known color: Shalimar. HEX triplet: F2, F1 and A8. RGB value is (242,241,168). Sum of RGB (Red+Green+Blue) = 242+241+168=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 168 (66.02% from 255 or 25.81% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F1A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F1A8 is #0D0E57. Grayscale: #E9E9E9. Windows color (decimal): -855640 or 11071986. OLE color: 11071986.
HSL color Cylindrical-coordinate representation of color #F2F1A8: hue angle of 59.19º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2F1A8 is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 168 | - |
| CMYK | 0 | 0.00 | 0.31 | 0.05 |
| HSL | 59.19º | 0.74% | 0.8% | - |
| HSV(B) | 59.19º | 0.31% | 0.95% | - |
| XYZ | 75.14 | 84.61 | 49.42 | - |
| YUV | 232.98 | 91.33 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 168 | 0 | 0.00 | 0.31 | 0.05 | 59.19 | 0.74 | 0.8 |
| Hex | F2 | F1 | A8 | 0 | 0 | 1F | 5 | 3B | 4A | 50 |
| Octal | 362 | 361 | 250 | 0 | 0 | 37 | 5 | 73 | 112 | 120 |
| Binary | 11110010 | 11110001 | 10101000 | 0 | 0 | 11111 | 101 | 111011 | 1001010 | 1010000 |
Color Harmonies of #F2F1A8
Complementary color
Monochromatic Colors of #F2F1A8
Black with #F2F1A8
Text Example
Text Example
White with #F2F1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F1A8; }
p { color: rgb(242,241,168); }
H1.HeaderClassName
{
color: #F2F1A8;
}
.AnyTagClassName
{
color: #F2F1A8;
}
</style>
background-color css
<style>
a { background-color: #F2F1A8; }
a { background-color: rgb(242,241,168); }
div.DivClassName
{
background-color: #F2F1A8;
}
.BgClassName
{
background-color: #F2F1A8;
}
</style>
border-color css
<style>
span { border-color: #F2F1A8; }
span { border-color: rgb(242,241,168); }
td.TdClassName
{
border-color: #F2F1A8;
}
.TagClassName
{
border-color: #F2F1A8;
}
</style>