Shades of Shalimar #FDFCB0
Tints of Shalimar #FDFCB0
RGB
CMYK
RGB Variations
Color information
#FDFCB0 (or 0xFDFCB0) is known color: Shalimar. HEX triplet: FD, FC and B0. RGB value is (253,252,176). Sum of RGB (Red+Green+Blue) = 253+252+176=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 252 (98.83% from 255 or 37.00% from 681); Blue value is 176 (69.14% from 255 or 25.84% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFCB0 is #02034F. Grayscale: #F3F3F3. Windows color (decimal): -131920 or 11599101. OLE color: 11599101.
HSL color Cylindrical-coordinate representation of color #FDFCB0: hue angle of 59.22º 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 #FDFCB0 is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 252 | 176 | - |
CMYK | 0 | 0.00 | 0.30 | 0.01 |
HSL | 59.22º | 0.95% | 0.84% | - |
HSV(B) | 59.22º | 0.3% | 0.99% | - |
XYZ | 83.15 | 93.64 | 54.77 | - |
YUV | 243.64 | 89.83 | 134.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 252 | 176 | 0 | 0.00 | 0.30 | 0.01 | 59.22 | 0.95 | 0.84 |
Hex | FD | FC | B0 | 0 | 0 | 1E | 1 | 3B | 5F | 54 |
Octal | 375 | 374 | 260 | 0 | 0 | 36 | 1 | 73 | 137 | 124 |
Binary | 11111101 | 11111100 | 10110000 | 0 | 0 | 11110 | 1 | 111011 | 1011111 | 1010100 |
Color Harmonies of #FDFCB0
Complementary color
Monochromatic Colors of #FDFCB0
Black with #FDFCB0
Text Example
Text Example
White with #FDFCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFCB0; }
p { color: rgb(253,252,176); }
H1.HeaderClassName
{
color: #FDFCB0;
}
.AnyTagClassName
{
color: #FDFCB0;
}
</style>
background-color css
<style>
a { background-color: #FDFCB0; }
a { background-color: rgb(253,252,176); }
div.DivClassName
{
background-color: #FDFCB0;
}
.BgClassName
{
background-color: #FDFCB0;
}
</style>
border-color css
<style>
span { border-color: #FDFCB0; }
span { border-color: rgb(253,252,176); }
td.TdClassName
{
border-color: #FDFCB0;
}
.TagClassName
{
border-color: #FDFCB0;
}
</style>