Shades of Shalimar #FFF7B1
Tints of Shalimar #FFF7B1
RGB
CMYK
RGB Variations
Color information
#FFF7B1 (or 0xFFF7B1) is known color: Shalimar. HEX triplet: FF, F7 and B1. RGB value is (255,247,177). Sum of RGB (Red+Green+Blue) = 255+247+177=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 247 (96.88% from 255 or 36.38% from 679); Blue value is 177 (69.53% from 255 or 26.07% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF7B1 is #00084E. Grayscale: #F1F1F1. Windows color (decimal): -2127 or 11663359. OLE color: 11663359.
HSL color Cylindrical-coordinate representation of color #FFF7B1: hue angle of 53.85º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFF7B1 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 177 | - |
| CMYK | 0 | 0.03 | 0.31 | 0 |
| HSL | 53.85º | 1% | 0.85% | - |
| HSV(B) | 53.85º | 0.31% | 1% | - |
| XYZ | 82.44 | 90.96 | 54.81 | - |
| YUV | 241.41 | 91.65 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 177 | 0 | 0.03 | 0.31 | 0 | 53.85 | 1 | 0.85 |
| Hex | FF | F7 | B1 | 0 | 3 | 1F | 0 | 36 | 64 | 55 |
| Octal | 377 | 367 | 261 | 0 | 3 | 37 | 0 | 66 | 144 | 125 |
| Binary | 11111111 | 11110111 | 10110001 | 0 | 11 | 11111 | 0 | 110110 | 1100100 | 1010101 |
Color Harmonies of #FFF7B1
Complementary color
Monochromatic Colors of #FFF7B1
Black with #FFF7B1
Text Example
Text Example
White with #FFF7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF7B1; }
p { color: rgb(255,247,177); }
H1.HeaderClassName
{
color: #FFF7B1;
}
.AnyTagClassName
{
color: #FFF7B1;
}
</style>
background-color css
<style>
a { background-color: #FFF7B1; }
a { background-color: rgb(255,247,177); }
div.DivClassName
{
background-color: #FFF7B1;
}
.BgClassName
{
background-color: #FFF7B1;
}
</style>
border-color css
<style>
span { border-color: #FFF7B1; }
span { border-color: rgb(255,247,177); }
td.TdClassName
{
border-color: #FFF7B1;
}
.TagClassName
{
border-color: #FFF7B1;
}
</style>