Shades of Shalimar #F9FFAB
Tints of Shalimar #F9FFAB
RGB
CMYK
RGB Variations
Color information
#F9FFAB (or 0xF9FFAB) is known color: Shalimar. HEX triplet: F9, FF and AB. RGB value is (249,255,171). Sum of RGB (Red+Green+Blue) = 249+255+171=675 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.89% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 171 (67.19% from 255 or 25.33% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #F9FFAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FFAB is #060054. Grayscale: #F3F3F3. Windows color (decimal): -393301 or 11272185. OLE color: 11272185.
HSL color Cylindrical-coordinate representation of color #F9FFAB: hue angle of 64.29º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F9FFAB is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 255 | 171 | - |
| CMYK | 0.02 | 0 | 0.33 | 0 |
| HSL | 64.29º | 1% | 0.84% | - |
| HSV(B) | 64.29º | 0.33% | 1% | - |
| XYZ | 82.18 | 94.6 | 52.46 | - |
| YUV | 243.63 | 87.01 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 255 | 171 | 0.02 | 0 | 0.33 | 0 | 64.29 | 1 | 0.84 |
| Hex | F9 | FF | AB | 2 | 0 | 21 | 0 | 40 | 64 | 54 |
| Octal | 371 | 377 | 253 | 2 | 0 | 41 | 0 | 100 | 144 | 124 |
| Binary | 11111001 | 11111111 | 10101011 | 10 | 0 | 100001 | 0 | 1000000 | 1100100 | 1010100 |
Color Harmonies of #F9FFAB
Complementary color
Monochromatic Colors of #F9FFAB
Black with #F9FFAB
Text Example
Text Example
White with #F9FFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FFAB; }
p { color: rgb(249,255,171); }
H1.HeaderClassName
{
color: #F9FFAB;
}
.AnyTagClassName
{
color: #F9FFAB;
}
</style>
background-color css
<style>
a { background-color: #F9FFAB; }
a { background-color: rgb(249,255,171); }
div.DivClassName
{
background-color: #F9FFAB;
}
.BgClassName
{
background-color: #F9FFAB;
}
</style>
border-color css
<style>
span { border-color: #F9FFAB; }
span { border-color: rgb(249,255,171); }
td.TdClassName
{
border-color: #F9FFAB;
}
.TagClassName
{
border-color: #F9FFAB;
}
</style>