Shades of Shalimar #FFF7B3
Tints of Shalimar #FFF7B3
RGB
CMYK
RGB Variations
Color information
#FFF7B3 (or 0xFFF7B3) is known color: Shalimar. HEX triplet: FF, F7 and B3. RGB value is (255,247,179). Sum of RGB (Red+Green+Blue) = 255+247+179=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 247 (96.88% from 255 or 36.27% from 681); Blue value is 179 (70.31% from 255 or 26.28% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF7B3 is #00084C. Grayscale: #F1F1F1. Windows color (decimal): -2125 or 11794431. OLE color: 11794431.
HSL color Cylindrical-coordinate representation of color #FFF7B3: hue angle of 53.68º 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 #FFF7B3 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 179 | - |
| CMYK | 0 | 0.03 | 0.30 | 0 |
| HSL | 53.68º | 1% | 0.85% | - |
| HSV(B) | 53.68º | 0.3% | 1% | - |
| XYZ | 82.64 | 91.04 | 55.86 | - |
| YUV | 241.64 | 92.65 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 179 | 0 | 0.03 | 0.30 | 0 | 53.68 | 1 | 0.85 |
| Hex | FF | F7 | B3 | 0 | 3 | 1E | 0 | 36 | 64 | 55 |
| Octal | 377 | 367 | 263 | 0 | 3 | 36 | 0 | 66 | 144 | 125 |
| Binary | 11111111 | 11110111 | 10110011 | 0 | 11 | 11110 | 0 | 110110 | 1100100 | 1010101 |
Color Harmonies of #FFF7B3
Complementary color
Monochromatic Colors of #FFF7B3
Black with #FFF7B3
Text Example
Text Example
White with #FFF7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF7B3; }
p { color: rgb(255,247,179); }
H1.HeaderClassName
{
color: #FFF7B3;
}
.AnyTagClassName
{
color: #FFF7B3;
}
</style>
background-color css
<style>
a { background-color: #FFF7B3; }
a { background-color: rgb(255,247,179); }
div.DivClassName
{
background-color: #FFF7B3;
}
.BgClassName
{
background-color: #FFF7B3;
}
</style>
border-color css
<style>
span { border-color: #FFF7B3; }
span { border-color: rgb(255,247,179); }
td.TdClassName
{
border-color: #FFF7B3;
}
.TagClassName
{
border-color: #FFF7B3;
}
</style>