Shades of Shalimar #FFF8B3
Tints of Shalimar #FFF8B3
RGB
CMYK
RGB Variations
Color information
#FFF8B3 (or 0xFFF8B3) is known color: Shalimar. HEX triplet: FF, F8 and B3. RGB value is (255,248,179). Sum of RGB (Red+Green+Blue) = 255+248+179=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 248 (97.27% from 255 or 36.36% from 682); Blue value is 179 (70.31% from 255 or 26.25% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF8B3 is #00074C. Grayscale: #F2F2F2. Windows color (decimal): -1869 or 11794687. OLE color: 11794687.
HSL color Cylindrical-coordinate representation of color #FFF8B3: hue angle of 54.47º 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 #FFF8B3 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 179 | - |
| CMYK | 0 | 0.03 | 0.30 | 0 |
| HSL | 54.47º | 1% | 0.85% | - |
| HSV(B) | 54.47º | 0.3% | 1% | - |
| XYZ | 82.94 | 91.65 | 55.97 | - |
| YUV | 242.23 | 92.32 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 179 | 0 | 0.03 | 0.30 | 0 | 54.47 | 1 | 0.85 |
| Hex | FF | F8 | B3 | 0 | 3 | 1E | 0 | 36 | 64 | 55 |
| Octal | 377 | 370 | 263 | 0 | 3 | 36 | 0 | 66 | 144 | 125 |
| Binary | 11111111 | 11111000 | 10110011 | 0 | 11 | 11110 | 0 | 110110 | 1100100 | 1010101 |
Color Harmonies of #FFF8B3
Complementary color
Monochromatic Colors of #FFF8B3
Black with #FFF8B3
Text Example
Text Example
White with #FFF8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF8B3; }
p { color: rgb(255,248,179); }
H1.HeaderClassName
{
color: #FFF8B3;
}
.AnyTagClassName
{
color: #FFF8B3;
}
</style>
background-color css
<style>
a { background-color: #FFF8B3; }
a { background-color: rgb(255,248,179); }
div.DivClassName
{
background-color: #FFF8B3;
}
.BgClassName
{
background-color: #FFF8B3;
}
</style>
border-color css
<style>
span { border-color: #FFF8B3; }
span { border-color: rgb(255,248,179); }
td.TdClassName
{
border-color: #FFF8B3;
}
.TagClassName
{
border-color: #FFF8B3;
}
</style>