Shades of Shalimar #F9FCAB
Tints of Shalimar #F9FCAB
RGB
CMYK
RGB Variations
Color information
#F9FCAB (or 0xF9FCAB) is known color: Shalimar. HEX triplet: F9, FC and AB. RGB value is (249,252,171). Sum of RGB (Red+Green+Blue) = 249+252+171=672 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.05% from 672); Green value is 252 (98.83% from 255 or 37.5% from 672); Blue value is 171 (67.19% from 255 or 25.45% from 672); Max value from RGB is 252 - color contains mainly: green. Hex color #F9FCAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FCAB is #060354. Grayscale: #F2F2F2. Windows color (decimal): -394069 or 11271417. OLE color: 11271417.
HSL color Cylindrical-coordinate representation of color #F9FCAB: hue angle of 62.22º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F9FCAB is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 252 | 171 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.01 |
| HSL | 62.22º | 0.93% | 0.83% | - |
| HSV(B) | 62.22º | 0.32% | 0.99% | - |
| XYZ | 81.23 | 92.7 | 52.14 | - |
| YUV | 241.87 | 88.01 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 252 | 171 | 0.01 | 0 | 0.32 | 0.01 | 62.22 | 0.93 | 0.83 |
| Hex | F9 | FC | AB | 1 | 0 | 20 | 1 | 3E | 5D | 53 |
| Octal | 371 | 374 | 253 | 1 | 0 | 40 | 1 | 76 | 135 | 123 |
| Binary | 11111001 | 11111100 | 10101011 | 1 | 0 | 100000 | 1 | 111110 | 1011101 | 1010011 |
Color Harmonies of #F9FCAB
Complementary color
Monochromatic Colors of #F9FCAB
Black with #F9FCAB
Text Example
Text Example
White with #F9FCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FCAB; }
p { color: rgb(249,252,171); }
H1.HeaderClassName
{
color: #F9FCAB;
}
.AnyTagClassName
{
color: #F9FCAB;
}
</style>
background-color css
<style>
a { background-color: #F9FCAB; }
a { background-color: rgb(249,252,171); }
div.DivClassName
{
background-color: #F9FCAB;
}
.BgClassName
{
background-color: #F9FCAB;
}
</style>
border-color css
<style>
span { border-color: #F9FCAB; }
span { border-color: rgb(249,252,171); }
td.TdClassName
{
border-color: #F9FCAB;
}
.TagClassName
{
border-color: #F9FCAB;
}
</style>