Shades of Shalimar #F3F4AA
Tints of Shalimar #F3F4AA
RGB
CMYK
RGB Variations
Color information
#F3F4AA (or 0xF3F4AA) is known color: Shalimar. HEX triplet: F3, F4 and AA. RGB value is (243,244,170). Sum of RGB (Red+Green+Blue) = 243+244+170=657 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.99% from 657); Green value is 244 (95.70% from 255 or 37.14% from 657); Blue value is 170 (66.80% from 255 or 25.88% from 657); Max value from RGB is 244 - color contains mainly: green. Hex color #F3F4AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F4AA is #0C0B55. Grayscale: #EBEBEB. Windows color (decimal): -789334 or 11203827. OLE color: 11203827.
HSL color Cylindrical-coordinate representation of color #F3F4AA: hue angle of 60.81º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3F4AA is Cyan = 0.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 244 | 170 | - |
| CMYK | 0.00 | 0 | 0.30 | 0.04 |
| HSL | 60.81º | 0.77% | 0.81% | - |
| HSV(B) | 60.81º | 0.3% | 0.96% | - |
| XYZ | 76.57 | 86.66 | 50.72 | - |
| YUV | 235.27 | 91.17 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 244 | 170 | 0.00 | 0 | 0.30 | 0.04 | 60.81 | 0.77 | 0.81 |
| Hex | F3 | F4 | AA | 0 | 0 | 1E | 4 | 3D | 4D | 51 |
| Octal | 363 | 364 | 252 | 0 | 0 | 36 | 4 | 75 | 115 | 121 |
| Binary | 11110011 | 11110100 | 10101010 | 0 | 0 | 11110 | 100 | 111101 | 1001101 | 1010001 |
Color Harmonies of #F3F4AA
Complementary color
Monochromatic Colors of #F3F4AA
Black with #F3F4AA
Text Example
Text Example
White with #F3F4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F4AA; }
p { color: rgb(243,244,170); }
H1.HeaderClassName
{
color: #F3F4AA;
}
.AnyTagClassName
{
color: #F3F4AA;
}
</style>
background-color css
<style>
a { background-color: #F3F4AA; }
a { background-color: rgb(243,244,170); }
div.DivClassName
{
background-color: #F3F4AA;
}
.BgClassName
{
background-color: #F3F4AA;
}
</style>
border-color css
<style>
span { border-color: #F3F4AA; }
span { border-color: rgb(243,244,170); }
td.TdClassName
{
border-color: #F3F4AA;
}
.TagClassName
{
border-color: #F3F4AA;
}
</style>