Shades of Shalimar #FDFDB3
Tints of Shalimar #FDFDB3
RGB
CMYK
RGB Variations
Color information
#FDFDB3 (or 0xFDFDB3) is known color: Shalimar. HEX triplet: FD, FD and B3. RGB value is (253,253,179). Sum of RGB (Red+Green+Blue) = 253+253+179=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 253 (99.22% from 255 or 36.93% from 685); Blue value is 179 (70.31% from 255 or 26.13% from 685); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDB3 is #02024C. Grayscale: #F4F4F4. Windows color (decimal): -131661 or 11795965. OLE color: 11795965.
HSL color Cylindrical-coordinate representation of color #FDFDB3: 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 #FDFDB3 is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 253 | 179 | - |
CMYK | 0 | 0 | 0.29 | 0.01 |
HSL | 60º | 0.95% | 0.85% | - |
HSV(B) | 60º | 0.29% | 0.99% | - |
XYZ | 83.77 | 94.39 | 56.45 | - |
YUV | 244.56 | 91 | 134.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 253 | 179 | 0 | 0 | 0.29 | 0.01 | 60 | 0.95 | 0.85 |
Hex | FD | FD | B3 | 0 | 0 | 1D | 1 | 3C | 5F | 55 |
Octal | 375 | 375 | 263 | 0 | 0 | 35 | 1 | 74 | 137 | 125 |
Binary | 11111101 | 11111101 | 10110011 | 0 | 0 | 11101 | 1 | 111100 | 1011111 | 1010101 |
Color Harmonies of #FDFDB3
Complementary color
Monochromatic Colors of #FDFDB3
Black with #FDFDB3
Text Example
Text Example
White with #FDFDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDB3; }
p { color: rgb(253,253,179); }
H1.HeaderClassName
{
color: #FDFDB3;
}
.AnyTagClassName
{
color: #FDFDB3;
}
</style>
background-color css
<style>
a { background-color: #FDFDB3; }
a { background-color: rgb(253,253,179); }
div.DivClassName
{
background-color: #FDFDB3;
}
.BgClassName
{
background-color: #FDFDB3;
}
</style>
border-color css
<style>
span { border-color: #FDFDB3; }
span { border-color: rgb(253,253,179); }
td.TdClassName
{
border-color: #FDFDB3;
}
.TagClassName
{
border-color: #FDFDB3;
}
</style>