Shades of Shalimar #FFFDB3
Tints of Shalimar #FFFDB3
RGB
CMYK
RGB Variations
Color information
#FFFDB3 (or 0xFFFDB3) is known color: Shalimar. HEX triplet: FF, FD and B3. RGB value is (255,253,179). Sum of RGB (Red+Green+Blue) = 255+253+179=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 253 (99.22% from 255 or 36.83% from 687); Blue value is 179 (70.31% from 255 or 26.06% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFDB3 is #00024C. Grayscale: #F5F5F5. Windows color (decimal): -589 or 11795967. OLE color: 11795967.
HSL color Cylindrical-coordinate representation of color #FFFDB3: hue angle of 58.42º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFFDB3 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 179 | - |
| CMYK | 0 | 0.01 | 0.30 | 0 |
| HSL | 58.42º | 1% | 0.85% | - |
| HSV(B) | 58.42º | 0.3% | 1% | - |
| XYZ | 84.5 | 94.77 | 56.49 | - |
| YUV | 245.16 | 90.66 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 179 | 0 | 0.01 | 0.30 | 0 | 58.42 | 1 | 0.85 |
| Hex | FF | FD | B3 | 0 | 1 | 1E | 0 | 3A | 64 | 55 |
| Octal | 377 | 375 | 263 | 0 | 1 | 36 | 0 | 72 | 144 | 125 |
| Binary | 11111111 | 11111101 | 10110011 | 0 | 1 | 11110 | 0 | 111010 | 1100100 | 1010101 |
Color Harmonies of #FFFDB3
Complementary color
Monochromatic Colors of #FFFDB3
Black with #FFFDB3
Text Example
Text Example
White with #FFFDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDB3; }
p { color: rgb(255,253,179); }
H1.HeaderClassName
{
color: #FFFDB3;
}
.AnyTagClassName
{
color: #FFFDB3;
}
</style>
background-color css
<style>
a { background-color: #FFFDB3; }
a { background-color: rgb(255,253,179); }
div.DivClassName
{
background-color: #FFFDB3;
}
.BgClassName
{
background-color: #FFFDB3;
}
</style>
border-color css
<style>
span { border-color: #FFFDB3; }
span { border-color: rgb(255,253,179); }
td.TdClassName
{
border-color: #FFFDB3;
}
.TagClassName
{
border-color: #FFFDB3;
}
</style>