Shades of Shalimar #FDFDB0
Tints of Shalimar #FDFDB0
RGB
CMYK
RGB Variations
Color information
#FDFDB0 (or 0xFDFDB0) is known color: Shalimar. HEX triplet: FD, FD and B0. RGB value is (253,253,176). Sum of RGB (Red+Green+Blue) = 253+253+176=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 253 (99.22% from 255 or 37.10% from 682); Blue value is 176 (69.14% from 255 or 25.81% from 682); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFDB0 is #02024F. Grayscale: #F4F4F4. Windows color (decimal): -131664 or 11599357. OLE color: 11599357.
HSL color Cylindrical-coordinate representation of color #FDFDB0: hue angle of 60º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDFDB0 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 253 | 176 | - |
CMYK | 0 | 0 | 0.30 | 0.01 |
HSL | 60º | 0.95% | 0.84% | - |
HSV(B) | 60º | 0.3% | 0.99% | - |
XYZ | 83.47 | 94.27 | 54.87 | - |
YUV | 244.22 | 89.5 | 134.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 253 | 176 | 0 | 0 | 0.30 | 0.01 | 60 | 0.95 | 0.84 |
Hex | FD | FD | B0 | 0 | 0 | 1E | 1 | 3C | 5F | 54 |
Octal | 375 | 375 | 260 | 0 | 0 | 36 | 1 | 74 | 137 | 124 |
Binary | 11111101 | 11111101 | 10110000 | 0 | 0 | 11110 | 1 | 111100 | 1011111 | 1010100 |
Color Harmonies of #FDFDB0
Complementary color
Monochromatic Colors of #FDFDB0
Black with #FDFDB0
Text Example
Text Example
White with #FDFDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDB0; }
p { color: rgb(253,253,176); }
H1.HeaderClassName
{
color: #FDFDB0;
}
.AnyTagClassName
{
color: #FDFDB0;
}
</style>
background-color css
<style>
a { background-color: #FDFDB0; }
a { background-color: rgb(253,253,176); }
div.DivClassName
{
background-color: #FDFDB0;
}
.BgClassName
{
background-color: #FDFDB0;
}
</style>
border-color css
<style>
span { border-color: #FDFDB0; }
span { border-color: rgb(253,253,176); }
td.TdClassName
{
border-color: #FDFDB0;
}
.TagClassName
{
border-color: #FDFDB0;
}
</style>