Shades of Shalimar #FDF4B2
Tints of Shalimar #FDF4B2
RGB
CMYK
RGB Variations
Color information
#FDF4B2 (or 0xFDF4B2) is known color: Shalimar. HEX triplet: FD, F4 and B2. RGB value is (253,244,178). Sum of RGB (Red+Green+Blue) = 253+244+178=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 244 (95.70% from 255 or 36.15% from 675); Blue value is 178 (69.92% from 255 or 26.37% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF4B2 is #020B4D. Grayscale: #EFEFEF. Windows color (decimal): -133966 or 11728125. OLE color: 11728125.
HSL color Cylindrical-coordinate representation of color #FDF4B2: hue angle of 52.8º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDF4B2 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 178 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.01 |
| HSL | 52.8º | 0.95% | 0.85% | - |
| HSV(B) | 52.8º | 0.3% | 0.99% | - |
| XYZ | 80.89 | 88.8 | 55 | - |
| YUV | 239.17 | 93.48 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 178 | 0 | 0.04 | 0.30 | 0.01 | 52.8 | 0.95 | 0.85 |
| Hex | FD | F4 | B2 | 0 | 4 | 1E | 1 | 35 | 5F | 55 |
| Octal | 375 | 364 | 262 | 0 | 4 | 36 | 1 | 65 | 137 | 125 |
| Binary | 11111101 | 11110100 | 10110010 | 0 | 100 | 11110 | 1 | 110101 | 1011111 | 1010101 |
Color Harmonies of #FDF4B2
Complementary color
Monochromatic Colors of #FDF4B2
Black with #FDF4B2
Text Example
Text Example
White with #FDF4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF4B2; }
p { color: rgb(253,244,178); }
H1.HeaderClassName
{
color: #FDF4B2;
}
.AnyTagClassName
{
color: #FDF4B2;
}
</style>
background-color css
<style>
a { background-color: #FDF4B2; }
a { background-color: rgb(253,244,178); }
div.DivClassName
{
background-color: #FDF4B2;
}
.BgClassName
{
background-color: #FDF4B2;
}
</style>
border-color css
<style>
span { border-color: #FDF4B2; }
span { border-color: rgb(253,244,178); }
td.TdClassName
{
border-color: #FDF4B2;
}
.TagClassName
{
border-color: #FDF4B2;
}
</style>