Shades of Shalimar #FFF9B2
Tints of Shalimar #FFF9B2
RGB
CMYK
RGB Variations
Color information
#FFF9B2 (or 0xFFF9B2) is known color: Shalimar. HEX triplet: FF, F9 and B2. RGB value is (255,249,178). Sum of RGB (Red+Green+Blue) = 255+249+178=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 249 (97.66% from 255 or 36.51% from 682); Blue value is 178 (69.92% from 255 or 26.10% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF9B2 is #00064D. Grayscale: #F2F2F2. Windows color (decimal): -1614 or 11729407. OLE color: 11729407.
HSL color Cylindrical-coordinate representation of color #FFF9B2: hue angle of 55.32º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFF9B2 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 178 | - |
| CMYK | 0 | 0.02 | 0.30 | 0 |
| HSL | 55.32º | 1% | 0.85% | - |
| HSV(B) | 55.32º | 0.3% | 1% | - |
| XYZ | 83.15 | 92.23 | 55.54 | - |
| YUV | 242.7 | 91.49 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 178 | 0 | 0.02 | 0.30 | 0 | 55.32 | 1 | 0.85 |
| Hex | FF | F9 | B2 | 0 | 2 | 1E | 0 | 37 | 64 | 55 |
| Octal | 377 | 371 | 262 | 0 | 2 | 36 | 0 | 67 | 144 | 125 |
| Binary | 11111111 | 11111001 | 10110010 | 0 | 10 | 11110 | 0 | 110111 | 1100100 | 1010101 |
Color Harmonies of #FFF9B2
Complementary color
Monochromatic Colors of #FFF9B2
Black with #FFF9B2
Text Example
Text Example
White with #FFF9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF9B2; }
p { color: rgb(255,249,178); }
H1.HeaderClassName
{
color: #FFF9B2;
}
.AnyTagClassName
{
color: #FFF9B2;
}
</style>
background-color css
<style>
a { background-color: #FFF9B2; }
a { background-color: rgb(255,249,178); }
div.DivClassName
{
background-color: #FFF9B2;
}
.BgClassName
{
background-color: #FFF9B2;
}
</style>
border-color css
<style>
span { border-color: #FFF9B2; }
span { border-color: rgb(255,249,178); }
td.TdClassName
{
border-color: #FFF9B2;
}
.TagClassName
{
border-color: #FFF9B2;
}
</style>