Shades of Shalimar #FFF4B3
Tints of Shalimar #FFF4B3
RGB
CMYK
RGB Variations
Color information
#FFF4B3 (or 0xFFF4B3) is known color: Shalimar. HEX triplet: FF, F4 and B3. RGB value is (255,244,179). Sum of RGB (Red+Green+Blue) = 255+244+179=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 244 (95.70% from 255 or 35.99% from 678); Blue value is 179 (70.31% from 255 or 26.40% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF4B3 is #000B4C. Grayscale: #F0F0F0. Windows color (decimal): -2893 or 11793663. OLE color: 11793663.
HSL color Cylindrical-coordinate representation of color #FFF4B3: hue angle of 51.32º 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 #FFF4B3 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 179 | - |
| CMYK | 0 | 0.04 | 0.30 | 0 |
| HSL | 51.32º | 1% | 0.85% | - |
| HSV(B) | 51.32º | 0.3% | 1% | - |
| XYZ | 81.73 | 89.22 | 55.56 | - |
| YUV | 239.88 | 93.64 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 179 | 0 | 0.04 | 0.30 | 0 | 51.32 | 1 | 0.85 |
| Hex | FF | F4 | B3 | 0 | 4 | 1E | 0 | 33 | 64 | 55 |
| Octal | 377 | 364 | 263 | 0 | 4 | 36 | 0 | 63 | 144 | 125 |
| Binary | 11111111 | 11110100 | 10110011 | 0 | 100 | 11110 | 0 | 110011 | 1100100 | 1010101 |
Color Harmonies of #FFF4B3
Complementary color
Monochromatic Colors of #FFF4B3
Black with #FFF4B3
Text Example
Text Example
White with #FFF4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF4B3; }
p { color: rgb(255,244,179); }
H1.HeaderClassName
{
color: #FFF4B3;
}
.AnyTagClassName
{
color: #FFF4B3;
}
</style>
background-color css
<style>
a { background-color: #FFF4B3; }
a { background-color: rgb(255,244,179); }
div.DivClassName
{
background-color: #FFF4B3;
}
.BgClassName
{
background-color: #FFF4B3;
}
</style>
border-color css
<style>
span { border-color: #FFF4B3; }
span { border-color: rgb(255,244,179); }
td.TdClassName
{
border-color: #FFF4B3;
}
.TagClassName
{
border-color: #FFF4B3;
}
</style>