Shades of Shalimar #F5F8AA
Tints of Shalimar #F5F8AA
RGB
CMYK
RGB Variations
Color information
#F5F8AA (or 0xF5F8AA) is known color: Shalimar. HEX triplet: F5, F8 and AA. RGB value is (245,248,170). Sum of RGB (Red+Green+Blue) = 245+248+170=663 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.95% from 663); Green value is 248 (97.27% from 255 or 37.41% from 663); Blue value is 170 (66.80% from 255 or 25.64% from 663); Max value from RGB is 248 - color contains mainly: green. Hex color #F5F8AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F8AA is #0A0755. Grayscale: #EEEEEE. Windows color (decimal): -657238 or 11204853. OLE color: 11204853.
HSL color Cylindrical-coordinate representation of color #F5F8AA: hue angle of 62.31º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5F8AA is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 248 | 170 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.03 |
| HSL | 62.31º | 0.85% | 0.82% | - |
| HSV(B) | 62.31º | 0.31% | 0.97% | - |
| XYZ | 78.48 | 89.45 | 51.16 | - |
| YUV | 238.21 | 89.51 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 248 | 170 | 0.01 | 0 | 0.31 | 0.03 | 62.31 | 0.85 | 0.82 |
| Hex | F5 | F8 | AA | 1 | 0 | 1F | 3 | 3E | 55 | 52 |
| Octal | 365 | 370 | 252 | 1 | 0 | 37 | 3 | 76 | 125 | 122 |
| Binary | 11110101 | 11111000 | 10101010 | 1 | 0 | 11111 | 11 | 111110 | 1010101 | 1010010 |
Color Harmonies of #F5F8AA
Complementary color
Monochromatic Colors of #F5F8AA
Black with #F5F8AA
Text Example
Text Example
White with #F5F8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F8AA; }
p { color: rgb(245,248,170); }
H1.HeaderClassName
{
color: #F5F8AA;
}
.AnyTagClassName
{
color: #F5F8AA;
}
</style>
background-color css
<style>
a { background-color: #F5F8AA; }
a { background-color: rgb(245,248,170); }
div.DivClassName
{
background-color: #F5F8AA;
}
.BgClassName
{
background-color: #F5F8AA;
}
</style>
border-color css
<style>
span { border-color: #F5F8AA; }
span { border-color: rgb(245,248,170); }
td.TdClassName
{
border-color: #F5F8AA;
}
.TagClassName
{
border-color: #F5F8AA;
}
</style>