Shades of Shalimar #FFFDB6
Tints of Shalimar #FFFDB6
RGB
CMYK
RGB Variations
Color information
#FFFDB6 (or 0xFFFDB6) is known color: Shalimar. HEX triplet: FF, FD and B6. RGB value is (255,253,182). Sum of RGB (Red+Green+Blue) = 255+253+182=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 253 (99.22% from 255 or 36.67% from 690); Blue value is 182 (71.48% from 255 or 26.38% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFDB6 is #000249. Grayscale: #F5F5F5. Windows color (decimal): -586 or 11992575. OLE color: 11992575.
HSL color Cylindrical-coordinate representation of color #FFFDB6: hue angle of 58.36º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFFDB6 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 182 | - |
| CMYK | 0 | 0.01 | 0.29 | 0 |
| HSL | 58.36º | 1% | 0.86% | - |
| HSV(B) | 58.36º | 0.29% | 1% | - |
| XYZ | 84.81 | 94.89 | 58.1 | - |
| YUV | 245.5 | 92.16 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 182 | 0 | 0.01 | 0.29 | 0 | 58.36 | 1 | 0.86 |
| Hex | FF | FD | B6 | 0 | 1 | 1D | 0 | 3A | 64 | 56 |
| Octal | 377 | 375 | 266 | 0 | 1 | 35 | 0 | 72 | 144 | 126 |
| Binary | 11111111 | 11111101 | 10110110 | 0 | 1 | 11101 | 0 | 111010 | 1100100 | 1010110 |
Color Harmonies of #FFFDB6
Complementary color
Monochromatic Colors of #FFFDB6
Black with #FFFDB6
Text Example
Text Example
White with #FFFDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDB6; }
p { color: rgb(255,253,182); }
H1.HeaderClassName
{
color: #FFFDB6;
}
.AnyTagClassName
{
color: #FFFDB6;
}
</style>
background-color css
<style>
a { background-color: #FFFDB6; }
a { background-color: rgb(255,253,182); }
div.DivClassName
{
background-color: #FFFDB6;
}
.BgClassName
{
background-color: #FFFDB6;
}
</style>
border-color css
<style>
span { border-color: #FFFDB6; }
span { border-color: rgb(255,253,182); }
td.TdClassName
{
border-color: #FFFDB6;
}
.TagClassName
{
border-color: #FFFDB6;
}
</style>