Shades of Shalimar #FFF8B2
Tints of Shalimar #FFF8B2
RGB
CMYK
RGB Variations
Color information
#FFF8B2 (or 0xFFF8B2) is known color: Shalimar. HEX triplet: FF, F8 and B2. RGB value is (255,248,178). Sum of RGB (Red+Green+Blue) = 255+248+178=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 248 (97.27% from 255 or 36.42% from 681); Blue value is 178 (69.92% from 255 or 26.14% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF8B2 is #00074D. Grayscale: #F2F2F2. Windows color (decimal): -1870 or 11729151. OLE color: 11729151.
HSL color Cylindrical-coordinate representation of color #FFF8B2: hue angle of 54.55º 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 #FFF8B2 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 178 | - |
| CMYK | 0 | 0.03 | 0.30 | 0 |
| HSL | 54.55º | 1% | 0.85% | - |
| HSV(B) | 54.55º | 0.3% | 1% | - |
| XYZ | 82.84 | 91.61 | 55.44 | - |
| YUV | 242.11 | 91.82 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 178 | 0 | 0.03 | 0.30 | 0 | 54.55 | 1 | 0.85 |
| Hex | FF | F8 | B2 | 0 | 3 | 1E | 0 | 37 | 64 | 55 |
| Octal | 377 | 370 | 262 | 0 | 3 | 36 | 0 | 67 | 144 | 125 |
| Binary | 11111111 | 11111000 | 10110010 | 0 | 11 | 11110 | 0 | 110111 | 1100100 | 1010101 |
Color Harmonies of #FFF8B2
Complementary color
Monochromatic Colors of #FFF8B2
Black with #FFF8B2
Text Example
Text Example
White with #FFF8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF8B2; }
p { color: rgb(255,248,178); }
H1.HeaderClassName
{
color: #FFF8B2;
}
.AnyTagClassName
{
color: #FFF8B2;
}
</style>
background-color css
<style>
a { background-color: #FFF8B2; }
a { background-color: rgb(255,248,178); }
div.DivClassName
{
background-color: #FFF8B2;
}
.BgClassName
{
background-color: #FFF8B2;
}
</style>
border-color css
<style>
span { border-color: #FFF8B2; }
span { border-color: rgb(255,248,178); }
td.TdClassName
{
border-color: #FFF8B2;
}
.TagClassName
{
border-color: #FFF8B2;
}
</style>