Shades of Shalimar #FFF8AC
Tints of Shalimar #FFF8AC
RGB
CMYK
RGB Variations
Color information
#FFF8AC (or 0xFFF8AC) is known color: Shalimar. HEX triplet: FF, F8 and AC. RGB value is (255,248,172). Sum of RGB (Red+Green+Blue) = 255+248+172=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 248 (97.27% from 255 or 36.74% from 675); Blue value is 172 (67.58% from 255 or 25.48% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF8AC is #000753. Grayscale: #F1F1F1. Windows color (decimal): -1876 or 11335935. OLE color: 11335935.
HSL color Cylindrical-coordinate representation of color #FFF8AC: hue angle of 54.94º 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 #FFF8AC is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 172 | - |
| CMYK | 0 | 0.03 | 0.33 | 0 |
| HSL | 54.94º | 1% | 0.84% | - |
| HSV(B) | 54.94º | 0.33% | 1% | - |
| XYZ | 82.25 | 91.37 | 52.33 | - |
| YUV | 241.43 | 88.82 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 172 | 0 | 0.03 | 0.33 | 0 | 54.94 | 1 | 0.84 |
| Hex | FF | F8 | AC | 0 | 3 | 21 | 0 | 37 | 64 | 54 |
| Octal | 377 | 370 | 254 | 0 | 3 | 41 | 0 | 67 | 144 | 124 |
| Binary | 11111111 | 11111000 | 10101100 | 0 | 11 | 100001 | 0 | 110111 | 1100100 | 1010100 |
Color Harmonies of #FFF8AC
Complementary color
Monochromatic Colors of #FFF8AC
Black with #FFF8AC
Text Example
Text Example
White with #FFF8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF8AC; }
p { color: rgb(255,248,172); }
H1.HeaderClassName
{
color: #FFF8AC;
}
.AnyTagClassName
{
color: #FFF8AC;
}
</style>
background-color css
<style>
a { background-color: #FFF8AC; }
a { background-color: rgb(255,248,172); }
div.DivClassName
{
background-color: #FFF8AC;
}
.BgClassName
{
background-color: #FFF8AC;
}
</style>
border-color css
<style>
span { border-color: #FFF8AC; }
span { border-color: rgb(255,248,172); }
td.TdClassName
{
border-color: #FFF8AC;
}
.TagClassName
{
border-color: #FFF8AC;
}
</style>