Shades of Shalimar #FDFDB4
Tints of Shalimar #FDFDB4
RGB
CMYK
RGB Variations
Color information
#FDFDB4 (or 0xFDFDB4) is known color: Shalimar. HEX triplet: FD, FD and B4. RGB value is (253,253,180). Sum of RGB (Red+Green+Blue) = 253+253+180=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 180 (70.70% from 255 or 26.24% from 686); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDB4 is #02024B. Grayscale: #F4F4F4. Windows color (decimal): -131660 or 11861501. OLE color: 11861501.
HSL color Cylindrical-coordinate representation of color #FDFDB4: hue angle of 60º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDFDB4 is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 253 | 180 | - |
CMYK | 0 | 0 | 0.29 | 0.01 |
HSL | 60º | 0.95% | 0.85% | - |
HSV(B) | 60º | 0.29% | 0.99% | - |
XYZ | 83.87 | 94.43 | 56.99 | - |
YUV | 244.68 | 91.5 | 133.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 253 | 180 | 0 | 0 | 0.29 | 0.01 | 60 | 0.95 | 0.85 |
Hex | FD | FD | B4 | 0 | 0 | 1D | 1 | 3C | 5F | 55 |
Octal | 375 | 375 | 264 | 0 | 0 | 35 | 1 | 74 | 137 | 125 |
Binary | 11111101 | 11111101 | 10110100 | 0 | 0 | 11101 | 1 | 111100 | 1011111 | 1010101 |
Color Harmonies of #FDFDB4
Complementary color
Monochromatic Colors of #FDFDB4
Black with #FDFDB4
Text Example
Text Example
White with #FDFDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDB4; }
p { color: rgb(253,253,180); }
H1.HeaderClassName
{
color: #FDFDB4;
}
.AnyTagClassName
{
color: #FDFDB4;
}
</style>
background-color css
<style>
a { background-color: #FDFDB4; }
a { background-color: rgb(253,253,180); }
div.DivClassName
{
background-color: #FDFDB4;
}
.BgClassName
{
background-color: #FDFDB4;
}
</style>
border-color css
<style>
span { border-color: #FDFDB4; }
span { border-color: rgb(253,253,180); }
td.TdClassName
{
border-color: #FDFDB4;
}
.TagClassName
{
border-color: #FDFDB4;
}
</style>