Shades of Shalimar #FDFAAC
Tints of Shalimar #FDFAAC
RGB
CMYK
RGB Variations
Color information
#FDFAAC (or 0xFDFAAC) is known color: Shalimar. HEX triplet: FD, FA and AC. RGB value is (253,250,172). Sum of RGB (Red+Green+Blue) = 253+250+172=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 172 (67.58% from 255 or 25.48% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFAAC is #020553. Grayscale: #F2F2F2. Windows color (decimal): -132436 or 11336445. OLE color: 11336445.
HSL color Cylindrical-coordinate representation of color #FDFAAC: hue angle of 57.78º 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 #FDFAAC is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 250 | 172 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.01 |
| HSL | 57.78º | 0.95% | 0.83% | - |
| HSV(B) | 57.78º | 0.32% | 0.99% | - |
| XYZ | 82.14 | 92.23 | 52.5 | - |
| YUV | 242.01 | 88.49 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 250 | 172 | 0 | 0.01 | 0.32 | 0.01 | 57.78 | 0.95 | 0.83 |
| Hex | FD | FA | AC | 0 | 1 | 20 | 1 | 3A | 5F | 53 |
| Octal | 375 | 372 | 254 | 0 | 1 | 40 | 1 | 72 | 137 | 123 |
| Binary | 11111101 | 11111010 | 10101100 | 0 | 1 | 100000 | 1 | 111010 | 1011111 | 1010011 |
Color Harmonies of #FDFAAC
Complementary color
Monochromatic Colors of #FDFAAC
Black with #FDFAAC
Text Example
Text Example
White with #FDFAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFAAC; }
p { color: rgb(253,250,172); }
H1.HeaderClassName
{
color: #FDFAAC;
}
.AnyTagClassName
{
color: #FDFAAC;
}
</style>
background-color css
<style>
a { background-color: #FDFAAC; }
a { background-color: rgb(253,250,172); }
div.DivClassName
{
background-color: #FDFAAC;
}
.BgClassName
{
background-color: #FDFAAC;
}
</style>
border-color css
<style>
span { border-color: #FDFAAC; }
span { border-color: rgb(253,250,172); }
td.TdClassName
{
border-color: #FDFAAC;
}
.TagClassName
{
border-color: #FDFAAC;
}
</style>