Shades of Shalimar #FFFFB5
Tints of Shalimar #FFFFB5
RGB
CMYK
RGB Variations
Color information
#FFFFB5 (or 0xFFFFB5) is known color: Shalimar. HEX triplet: FF, FF and B5. RGB value is (255,255,181). Sum of RGB (Red+Green+Blue) = 255+255+181=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 181 (71.09% from 255 or 26.19% from 691); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFFB5 is #00004A. Grayscale: #F6F6F6. Windows color (decimal): -75 or 11927551. OLE color: 11927551.
HSL color Cylindrical-coordinate representation of color #FFFFB5: hue angle of 60º 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 #FFFFB5 is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 255 | 181 | - |
CMYK | 0 | 0 | 0.29 | 0 |
HSL | 60º | 1% | 0.85% | - |
HSV(B) | 60º | 0.29% | 1% | - |
XYZ | 85.34 | 96.12 | 57.77 | - |
YUV | 246.56 | 91 | 134.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 255 | 181 | 0 | 0 | 0.29 | 0 | 60 | 1 | 0.85 |
Hex | FF | FF | B5 | 0 | 0 | 1D | 0 | 3C | 64 | 55 |
Octal | 377 | 377 | 265 | 0 | 0 | 35 | 0 | 74 | 144 | 125 |
Binary | 11111111 | 11111111 | 10110101 | 0 | 0 | 11101 | 0 | 111100 | 1100100 | 1010101 |
Color Harmonies of #FFFFB5
Complementary color
Monochromatic Colors of #FFFFB5
Black with #FFFFB5
Text Example
Text Example
White with #FFFFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFFB5; }
p { color: rgb(255,255,181); }
H1.HeaderClassName
{
color: #FFFFB5;
}
.AnyTagClassName
{
color: #FFFFB5;
}
</style>
background-color css
<style>
a { background-color: #FFFFB5; }
a { background-color: rgb(255,255,181); }
div.DivClassName
{
background-color: #FFFFB5;
}
.BgClassName
{
background-color: #FFFFB5;
}
</style>
border-color css
<style>
span { border-color: #FFFFB5; }
span { border-color: rgb(255,255,181); }
td.TdClassName
{
border-color: #FFFFB5;
}
.TagClassName
{
border-color: #FFFFB5;
}
</style>