Shades of Shalimar #F9FBA4
Tints of Shalimar #F9FBA4
RGB
CMYK
RGB Variations
Color information
#F9FBA4 (or 0xF9FBA4) is known color: Shalimar. HEX triplet: F9, FB and A4. RGB value is (249,251,164). Sum of RGB (Red+Green+Blue) = 249+251+164=664 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.5% from 664); Green value is 251 (98.44% from 255 or 37.80% from 664); Blue value is 164 (64.45% from 255 or 24.70% from 664); Max value from RGB is 251 - color contains mainly: green. Hex color #F9FBA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FBA4 is #06045B. Grayscale: #F0F0F0. Windows color (decimal): -394332 or 10812409. OLE color: 10812409.
HSL color Cylindrical-coordinate representation of color #F9FBA4: hue angle of 61.38º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9FBA4 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 251 | 164 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.02 |
| HSL | 61.38º | 0.92% | 0.81% | - |
| HSV(B) | 61.38º | 0.35% | 0.98% | - |
| XYZ | 80.26 | 91.81 | 48.61 | - |
| YUV | 240.48 | 84.84 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 251 | 164 | 0.01 | 0 | 0.35 | 0.02 | 61.38 | 0.92 | 0.81 |
| Hex | F9 | FB | A4 | 1 | 0 | 23 | 2 | 3D | 5C | 51 |
| Octal | 371 | 373 | 244 | 1 | 0 | 43 | 2 | 75 | 134 | 121 |
| Binary | 11111001 | 11111011 | 10100100 | 1 | 0 | 100011 | 10 | 111101 | 1011100 | 1010001 |
Color Harmonies of #F9FBA4
Complementary color
Monochromatic Colors of #F9FBA4
Black with #F9FBA4
Text Example
Text Example
White with #F9FBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FBA4; }
p { color: rgb(249,251,164); }
H1.HeaderClassName
{
color: #F9FBA4;
}
.AnyTagClassName
{
color: #F9FBA4;
}
</style>
background-color css
<style>
a { background-color: #F9FBA4; }
a { background-color: rgb(249,251,164); }
div.DivClassName
{
background-color: #F9FBA4;
}
.BgClassName
{
background-color: #F9FBA4;
}
</style>
border-color css
<style>
span { border-color: #F9FBA4; }
span { border-color: rgb(249,251,164); }
td.TdClassName
{
border-color: #F9FBA4;
}
.TagClassName
{
border-color: #F9FBA4;
}
</style>