Shades of Shalimar #FDFDB1
Tints of Shalimar #FDFDB1
RGB
CMYK
RGB Variations
Color information
#FDFDB1 (or 0xFDFDB1) is known color: Shalimar. HEX triplet: FD, FD and B1. RGB value is (253,253,177). Sum of RGB (Red+Green+Blue) = 253+253+177=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 177 (69.53% from 255 or 25.92% from 683); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFDB1 is #02024E. Grayscale: #F4F4F4. Windows color (decimal): -131663 or 11664893. OLE color: 11664893.
HSL color Cylindrical-coordinate representation of color #FDFDB1: 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 #FDFDB1 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 253 | 177 | - |
CMYK | 0 | 0 | 0.30 | 0.01 |
HSL | 60º | 0.95% | 0.84% | - |
HSV(B) | 60º | 0.3% | 0.99% | - |
XYZ | 83.57 | 94.31 | 55.39 | - |
YUV | 244.34 | 90 | 134.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 253 | 177 | 0 | 0 | 0.30 | 0.01 | 60 | 0.95 | 0.84 |
Hex | FD | FD | B1 | 0 | 0 | 1E | 1 | 3C | 5F | 54 |
Octal | 375 | 375 | 261 | 0 | 0 | 36 | 1 | 74 | 137 | 124 |
Binary | 11111101 | 11111101 | 10110001 | 0 | 0 | 11110 | 1 | 111100 | 1011111 | 1010100 |
Color Harmonies of #FDFDB1
Complementary color
Monochromatic Colors of #FDFDB1
Black with #FDFDB1
Text Example
Text Example
White with #FDFDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDB1; }
p { color: rgb(253,253,177); }
H1.HeaderClassName
{
color: #FDFDB1;
}
.AnyTagClassName
{
color: #FDFDB1;
}
</style>
background-color css
<style>
a { background-color: #FDFDB1; }
a { background-color: rgb(253,253,177); }
div.DivClassName
{
background-color: #FDFDB1;
}
.BgClassName
{
background-color: #FDFDB1;
}
</style>
border-color css
<style>
span { border-color: #FDFDB1; }
span { border-color: rgb(253,253,177); }
td.TdClassName
{
border-color: #FDFDB1;
}
.TagClassName
{
border-color: #FDFDB1;
}
</style>