Shades of Shalimar #FDF7B3
Tints of Shalimar #FDF7B3
RGB
CMYK
RGB Variations
Color information
#FDF7B3 (or 0xFDF7B3) is known color: Shalimar. HEX triplet: FD, F7 and B3. RGB value is (253,247,179). Sum of RGB (Red+Green+Blue) = 253+247+179=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 247 (96.88% from 255 or 36.38% from 679); Blue value is 179 (70.31% from 255 or 26.36% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF7B3 is #02084C. Grayscale: #F1F1F1. Windows color (decimal): -133197 or 11794429. OLE color: 11794429.
HSL color Cylindrical-coordinate representation of color #FDF7B3: hue angle of 55.14º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDF7B3 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 179 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.01 |
| HSL | 55.14º | 0.95% | 0.85% | - |
| HSV(B) | 55.14º | 0.29% | 0.99% | - |
| XYZ | 81.91 | 90.66 | 55.83 | - |
| YUV | 241.04 | 92.99 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 179 | 0 | 0.02 | 0.29 | 0.01 | 55.14 | 0.95 | 0.85 |
| Hex | FD | F7 | B3 | 0 | 2 | 1D | 1 | 37 | 5F | 55 |
| Octal | 375 | 367 | 263 | 0 | 2 | 35 | 1 | 67 | 137 | 125 |
| Binary | 11111101 | 11110111 | 10110011 | 0 | 10 | 11101 | 1 | 110111 | 1011111 | 1010101 |
Color Harmonies of #FDF7B3
Complementary color
Monochromatic Colors of #FDF7B3
Black with #FDF7B3
Text Example
Text Example
White with #FDF7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF7B3; }
p { color: rgb(253,247,179); }
H1.HeaderClassName
{
color: #FDF7B3;
}
.AnyTagClassName
{
color: #FDF7B3;
}
</style>
background-color css
<style>
a { background-color: #FDF7B3; }
a { background-color: rgb(253,247,179); }
div.DivClassName
{
background-color: #FDF7B3;
}
.BgClassName
{
background-color: #FDF7B3;
}
</style>
border-color css
<style>
span { border-color: #FDF7B3; }
span { border-color: rgb(253,247,179); }
td.TdClassName
{
border-color: #FDF7B3;
}
.TagClassName
{
border-color: #FDF7B3;
}
</style>