Shades of Shalimar #FFFDAC
Tints of Shalimar #FFFDAC
RGB
CMYK
RGB Variations
Color information
#FFFDAC (or 0xFFFDAC) is known color: Shalimar. HEX triplet: FF, FD and AC. RGB value is (255,253,172). Sum of RGB (Red+Green+Blue) = 255+253+172=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 172 (67.58% from 255 or 25.29% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFDAC is #000253. Grayscale: #F4F4F4. Windows color (decimal): -596 or 11337215. OLE color: 11337215.
HSL color Cylindrical-coordinate representation of color #FFFDAC: hue angle of 58.55º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFFDAC is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 253 | 172 | - |
CMYK | 0 | 0.01 | 0.33 | 0 |
HSL | 58.55º | 1% | 0.84% | - |
HSV(B) | 58.55º | 0.33% | 1% | - |
XYZ | 83.81 | 94.49 | 52.85 | - |
YUV | 244.36 | 87.16 | 135.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 253 | 172 | 0 | 0.01 | 0.33 | 0 | 58.55 | 1 | 0.84 |
Hex | FF | FD | AC | 0 | 1 | 21 | 0 | 3B | 64 | 54 |
Octal | 377 | 375 | 254 | 0 | 1 | 41 | 0 | 73 | 144 | 124 |
Binary | 11111111 | 11111101 | 10101100 | 0 | 1 | 100001 | 0 | 111011 | 1100100 | 1010100 |
Color Harmonies of #FFFDAC
Complementary color
Monochromatic Colors of #FFFDAC
Black with #FFFDAC
Text Example
Text Example
White with #FFFDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDAC; }
p { color: rgb(255,253,172); }
H1.HeaderClassName
{
color: #FFFDAC;
}
.AnyTagClassName
{
color: #FFFDAC;
}
</style>
background-color css
<style>
a { background-color: #FFFDAC; }
a { background-color: rgb(255,253,172); }
div.DivClassName
{
background-color: #FFFDAC;
}
.BgClassName
{
background-color: #FFFDAC;
}
</style>
border-color css
<style>
span { border-color: #FFFDAC; }
span { border-color: rgb(255,253,172); }
td.TdClassName
{
border-color: #FFFDAC;
}
.TagClassName
{
border-color: #FFFDAC;
}
</style>