Shades of Shalimar #F3F2AA
Tints of Shalimar #F3F2AA
RGB
CMYK
RGB Variations
Color information
#F3F2AA (or 0xF3F2AA) is known color: Shalimar. HEX triplet: F3, F2 and AA. RGB value is (243,242,170). Sum of RGB (Red+Green+Blue) = 243+242+170=655 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.10% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 170 (66.80% from 255 or 25.95% from 655); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F2AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F2AA is #0C0D55. Grayscale: #EAEAEA. Windows color (decimal): -789846 or 11203315. OLE color: 11203315.
HSL color Cylindrical-coordinate representation of color #F3F2AA: hue angle of 59.18º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3F2AA is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 242 | 170 | - |
| CMYK | 0 | 0.00 | 0.30 | 0.05 |
| HSL | 59.18º | 0.75% | 0.81% | - |
| HSV(B) | 59.18º | 0.3% | 0.95% | - |
| XYZ | 75.97 | 85.46 | 50.52 | - |
| YUV | 234.09 | 91.83 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 242 | 170 | 0 | 0.00 | 0.30 | 0.05 | 59.18 | 0.75 | 0.81 |
| Hex | F3 | F2 | AA | 0 | 0 | 1E | 5 | 3B | 4B | 51 |
| Octal | 363 | 362 | 252 | 0 | 0 | 36 | 5 | 73 | 113 | 121 |
| Binary | 11110011 | 11110010 | 10101010 | 0 | 0 | 11110 | 101 | 111011 | 1001011 | 1010001 |
Color Harmonies of #F3F2AA
Complementary color
Monochromatic Colors of #F3F2AA
Black with #F3F2AA
Text Example
Text Example
White with #F3F2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F2AA; }
p { color: rgb(243,242,170); }
H1.HeaderClassName
{
color: #F3F2AA;
}
.AnyTagClassName
{
color: #F3F2AA;
}
</style>
background-color css
<style>
a { background-color: #F3F2AA; }
a { background-color: rgb(243,242,170); }
div.DivClassName
{
background-color: #F3F2AA;
}
.BgClassName
{
background-color: #F3F2AA;
}
</style>
border-color css
<style>
span { border-color: #F3F2AA; }
span { border-color: rgb(243,242,170); }
td.TdClassName
{
border-color: #F3F2AA;
}
.TagClassName
{
border-color: #F3F2AA;
}
</style>