Shades of Shalimar #F5F1B3
Tints of Shalimar #F5F1B3
RGB
CMYK
RGB Variations
Color information
#F5F1B3 (or 0xF5F1B3) is known color: Shalimar. HEX triplet: F5, F1 and B3. RGB value is (245,241,179). Sum of RGB (Red+Green+Blue) = 245+241+179=665 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.84% from 665); Green value is 241 (94.53% from 255 or 36.24% from 665); Blue value is 179 (70.31% from 255 or 26.92% from 665); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F1B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F1B3 is #0A0E4C. Grayscale: #EBEBEB. Windows color (decimal): -659021 or 11792885. OLE color: 11792885.
HSL color Cylindrical-coordinate representation of color #F5F1B3: hue angle of 56.36º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5F1B3 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 241 | 179 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.04 |
| HSL | 56.36º | 0.77% | 0.83% | - |
| HSV(B) | 56.36º | 0.27% | 0.96% | - |
| XYZ | 77.25 | 85.58 | 55.09 | - |
| YUV | 235.13 | 96.33 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 241 | 179 | 0 | 0.02 | 0.27 | 0.04 | 56.36 | 0.77 | 0.83 |
| Hex | F5 | F1 | B3 | 0 | 2 | 1B | 4 | 38 | 4D | 53 |
| Octal | 365 | 361 | 263 | 0 | 2 | 33 | 4 | 70 | 115 | 123 |
| Binary | 11110101 | 11110001 | 10110011 | 0 | 10 | 11011 | 100 | 111000 | 1001101 | 1010011 |
Color Harmonies of #F5F1B3
Complementary color
Monochromatic Colors of #F5F1B3
Black with #F5F1B3
Text Example
Text Example
White with #F5F1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F1B3; }
p { color: rgb(245,241,179); }
H1.HeaderClassName
{
color: #F5F1B3;
}
.AnyTagClassName
{
color: #F5F1B3;
}
</style>
background-color css
<style>
a { background-color: #F5F1B3; }
a { background-color: rgb(245,241,179); }
div.DivClassName
{
background-color: #F5F1B3;
}
.BgClassName
{
background-color: #F5F1B3;
}
</style>
border-color css
<style>
span { border-color: #F5F1B3; }
span { border-color: rgb(245,241,179); }
td.TdClassName
{
border-color: #F5F1B3;
}
.TagClassName
{
border-color: #F5F1B3;
}
</style>