Shades of Shalimar #FDF5AC
Tints of Shalimar #FDF5AC
RGB
CMYK
RGB Variations
Color information
#FDF5AC (or 0xFDF5AC) is known color: Shalimar. HEX triplet: FD, F5 and AC. RGB value is (253,245,172). Sum of RGB (Red+Green+Blue) = 253+245+172=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 245 (96.09% from 255 or 36.57% from 670); Blue value is 172 (67.58% from 255 or 25.67% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF5AC is #020A53. Grayscale: #EFEFEF. Windows color (decimal): -133716 or 11335165. OLE color: 11335165.
HSL color Cylindrical-coordinate representation of color #FDF5AC: hue angle of 54.07º 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 #FDF5AC is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 245 | 172 | - |
CMYK | 0 | 0.03 | 0.32 | 0.01 |
HSL | 54.07º | 0.95% | 0.83% | - |
HSV(B) | 54.07º | 0.32% | 0.99% | - |
XYZ | 80.61 | 89.17 | 51.99 | - |
YUV | 239.07 | 90.15 | 137.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 245 | 172 | 0 | 0.03 | 0.32 | 0.01 | 54.07 | 0.95 | 0.83 |
Hex | FD | F5 | AC | 0 | 3 | 20 | 1 | 36 | 5F | 53 |
Octal | 375 | 365 | 254 | 0 | 3 | 40 | 1 | 66 | 137 | 123 |
Binary | 11111101 | 11110101 | 10101100 | 0 | 11 | 100000 | 1 | 110110 | 1011111 | 1010011 |
Color Harmonies of #FDF5AC
Complementary color
Monochromatic Colors of #FDF5AC
Black with #FDF5AC
Text Example
Text Example
White with #FDF5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5AC; }
p { color: rgb(253,245,172); }
H1.HeaderClassName
{
color: #FDF5AC;
}
.AnyTagClassName
{
color: #FDF5AC;
}
</style>
background-color css
<style>
a { background-color: #FDF5AC; }
a { background-color: rgb(253,245,172); }
div.DivClassName
{
background-color: #FDF5AC;
}
.BgClassName
{
background-color: #FDF5AC;
}
</style>
border-color css
<style>
span { border-color: #FDF5AC; }
span { border-color: rgb(253,245,172); }
td.TdClassName
{
border-color: #FDF5AC;
}
.TagClassName
{
border-color: #FDF5AC;
}
</style>