Shades of Shalimar #FFFDB5
Tints of Shalimar #FFFDB5
RGB
CMYK
RGB Variations
Color information
#FFFDB5 (or 0xFFFDB5) is known color: Shalimar. HEX triplet: FF, FD and B5. RGB value is (255,253,181). Sum of RGB (Red+Green+Blue) = 255+253+181=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 253 (99.22% from 255 or 36.72% from 689); Blue value is 181 (71.09% from 255 or 26.27% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFDB5 is #00024A. Grayscale: #F5F5F5. Windows color (decimal): -587 or 11927039. OLE color: 11927039.
HSL color Cylindrical-coordinate representation of color #FFFDB5: hue angle of 58.38º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFFDB5 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 181 | - |
| CMYK | 0 | 0.01 | 0.29 | 0 |
| HSL | 58.38º | 1% | 0.85% | - |
| HSV(B) | 58.38º | 0.29% | 1% | - |
| XYZ | 84.71 | 94.85 | 57.56 | - |
| YUV | 245.39 | 91.66 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 181 | 0 | 0.01 | 0.29 | 0 | 58.38 | 1 | 0.85 |
| Hex | FF | FD | B5 | 0 | 1 | 1D | 0 | 3A | 64 | 55 |
| Octal | 377 | 375 | 265 | 0 | 1 | 35 | 0 | 72 | 144 | 125 |
| Binary | 11111111 | 11111101 | 10110101 | 0 | 1 | 11101 | 0 | 111010 | 1100100 | 1010101 |
Color Harmonies of #FFFDB5
Complementary color
Monochromatic Colors of #FFFDB5
Black with #FFFDB5
Text Example
Text Example
White with #FFFDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDB5; }
p { color: rgb(255,253,181); }
H1.HeaderClassName
{
color: #FFFDB5;
}
.AnyTagClassName
{
color: #FFFDB5;
}
</style>
background-color css
<style>
a { background-color: #FFFDB5; }
a { background-color: rgb(255,253,181); }
div.DivClassName
{
background-color: #FFFDB5;
}
.BgClassName
{
background-color: #FFFDB5;
}
</style>
border-color css
<style>
span { border-color: #FFFDB5; }
span { border-color: rgb(255,253,181); }
td.TdClassName
{
border-color: #FFFDB5;
}
.TagClassName
{
border-color: #FFFDB5;
}
</style>