Shades of Shalimar #FFF7B5
Tints of Shalimar #FFF7B5
RGB
CMYK
RGB Variations
Color information
#FFF7B5 (or 0xFFF7B5) is known color: Shalimar. HEX triplet: FF, F7 and B5. RGB value is (255,247,181). Sum of RGB (Red+Green+Blue) = 255+247+181=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 247 (96.88% from 255 or 36.16% from 683); Blue value is 181 (71.09% from 255 or 26.50% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF7B5 is #00084A. Grayscale: #F2F2F2. Windows color (decimal): -2123 or 11925503. OLE color: 11925503.
HSL color Cylindrical-coordinate representation of color #FFF7B5: hue angle of 53.51º 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 #FFF7B5 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 247 | 181 | - |
CMYK | 0 | 0.03 | 0.29 | 0 |
HSL | 53.51º | 1% | 0.85% | - |
HSV(B) | 53.51º | 0.29% | 1% | - |
XYZ | 82.84 | 91.12 | 56.94 | - |
YUV | 241.87 | 93.65 | 137.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 247 | 181 | 0 | 0.03 | 0.29 | 0 | 53.51 | 1 | 0.85 |
Hex | FF | F7 | B5 | 0 | 3 | 1D | 0 | 36 | 64 | 55 |
Octal | 377 | 367 | 265 | 0 | 3 | 35 | 0 | 66 | 144 | 125 |
Binary | 11111111 | 11110111 | 10110101 | 0 | 11 | 11101 | 0 | 110110 | 1100100 | 1010101 |
Color Harmonies of #FFF7B5
Complementary color
Monochromatic Colors of #FFF7B5
Black with #FFF7B5
Text Example
Text Example
White with #FFF7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF7B5; }
p { color: rgb(255,247,181); }
H1.HeaderClassName
{
color: #FFF7B5;
}
.AnyTagClassName
{
color: #FFF7B5;
}
</style>
background-color css
<style>
a { background-color: #FFF7B5; }
a { background-color: rgb(255,247,181); }
div.DivClassName
{
background-color: #FFF7B5;
}
.BgClassName
{
background-color: #FFF7B5;
}
</style>
border-color css
<style>
span { border-color: #FFF7B5; }
span { border-color: rgb(255,247,181); }
td.TdClassName
{
border-color: #FFF7B5;
}
.TagClassName
{
border-color: #FFF7B5;
}
</style>