Shades of Shalimar #FDF1AC
Tints of Shalimar #FDF1AC
RGB
CMYK
RGB Variations
Color information
#FDF1AC (or 0xFDF1AC) is known color: Shalimar. HEX triplet: FD, F1 and AC. RGB value is (253,241,172). Sum of RGB (Red+Green+Blue) = 253+241+172=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 172 (67.58% from 255 or 25.83% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF1AC is #020E53. Grayscale: #EDEDED. Windows color (decimal): -134740 or 11334141. OLE color: 11334141.
HSL color Cylindrical-coordinate representation of color #FDF1AC: hue angle of 51.11º degrees, saturation: 0.95, 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 #FDF1AC is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 172 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.01 |
| HSL | 51.11º | 0.95% | 0.83% | - |
| HSV(B) | 51.11º | 0.32% | 0.99% | - |
| XYZ | 79.41 | 86.77 | 51.59 | - |
| YUV | 236.72 | 91.48 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 172 | 0 | 0.05 | 0.32 | 0.01 | 51.11 | 0.95 | 0.83 |
| Hex | FD | F1 | AC | 0 | 5 | 20 | 1 | 33 | 5F | 53 |
| Octal | 375 | 361 | 254 | 0 | 5 | 40 | 1 | 63 | 137 | 123 |
| Binary | 11111101 | 11110001 | 10101100 | 0 | 101 | 100000 | 1 | 110011 | 1011111 | 1010011 |
Color Harmonies of #FDF1AC
Complementary color
Monochromatic Colors of #FDF1AC
Black with #FDF1AC
Text Example
Text Example
White with #FDF1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF1AC; }
p { color: rgb(253,241,172); }
H1.HeaderClassName
{
color: #FDF1AC;
}
.AnyTagClassName
{
color: #FDF1AC;
}
</style>
background-color css
<style>
a { background-color: #FDF1AC; }
a { background-color: rgb(253,241,172); }
div.DivClassName
{
background-color: #FDF1AC;
}
.BgClassName
{
background-color: #FDF1AC;
}
</style>
border-color css
<style>
span { border-color: #FDF1AC; }
span { border-color: rgb(253,241,172); }
td.TdClassName
{
border-color: #FDF1AC;
}
.TagClassName
{
border-color: #FDF1AC;
}
</style>