Shades of Shalimar #FFF8AB
Tints of Shalimar #FFF8AB
RGB
CMYK
RGB Variations
Color information
#FFF8AB (or 0xFFF8AB) is known color: Shalimar. HEX triplet: FF, F8 and AB. RGB value is (255,248,171). Sum of RGB (Red+Green+Blue) = 255+248+171=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 248 (97.27% from 255 or 36.80% from 674); Blue value is 171 (67.19% from 255 or 25.37% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF8AB is #000754. Grayscale: #F1F1F1. Windows color (decimal): -1877 or 11270399. OLE color: 11270399.
HSL color Cylindrical-coordinate representation of color #FFF8AB: hue angle of 55º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFF8AB is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 171 | - |
| CMYK | 0 | 0.03 | 0.33 | 0 |
| HSL | 55º | 1% | 0.84% | - |
| HSV(B) | 55º | 0.33% | 1% | - |
| XYZ | 82.16 | 91.34 | 51.83 | - |
| YUV | 241.32 | 88.32 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 171 | 0 | 0.03 | 0.33 | 0 | 55 | 1 | 0.84 |
| Hex | FF | F8 | AB | 0 | 3 | 21 | 0 | 37 | 64 | 54 |
| Octal | 377 | 370 | 253 | 0 | 3 | 41 | 0 | 67 | 144 | 124 |
| Binary | 11111111 | 11111000 | 10101011 | 0 | 11 | 100001 | 0 | 110111 | 1100100 | 1010100 |
Color Harmonies of #FFF8AB
Complementary color
Monochromatic Colors of #FFF8AB
Black with #FFF8AB
Text Example
Text Example
White with #FFF8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF8AB; }
p { color: rgb(255,248,171); }
H1.HeaderClassName
{
color: #FFF8AB;
}
.AnyTagClassName
{
color: #FFF8AB;
}
</style>
background-color css
<style>
a { background-color: #FFF8AB; }
a { background-color: rgb(255,248,171); }
div.DivClassName
{
background-color: #FFF8AB;
}
.BgClassName
{
background-color: #FFF8AB;
}
</style>
border-color css
<style>
span { border-color: #FFF8AB; }
span { border-color: rgb(255,248,171); }
td.TdClassName
{
border-color: #FFF8AB;
}
.TagClassName
{
border-color: #FFF8AB;
}
</style>