Shades of Shalimar #FAF8A4
Tints of Shalimar #FAF8A4
RGB
CMYK
RGB Variations
Color information
#FAF8A4 (or 0xFAF8A4) is known color: Shalimar. HEX triplet: FA, F8 and A4. RGB value is (250,248,164). Sum of RGB (Red+Green+Blue) = 250+248+164=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 248 (97.27% from 255 or 37.46% from 662); Blue value is 164 (64.45% from 255 or 24.77% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF8A4 is #05075B. Grayscale: #EFEFEF. Windows color (decimal): -329564 or 10811642. OLE color: 10811642.
HSL color Cylindrical-coordinate representation of color #FAF8A4: hue angle of 58.6º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAF8A4 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 248 | 164 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.02 |
| HSL | 58.6º | 0.9% | 0.81% | - |
| HSV(B) | 58.6º | 0.34% | 0.98% | - |
| XYZ | 79.69 | 90.14 | 48.32 | - |
| YUV | 239.02 | 85.66 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 248 | 164 | 0 | 0.01 | 0.34 | 0.02 | 58.6 | 0.9 | 0.81 |
| Hex | FA | F8 | A4 | 0 | 1 | 22 | 2 | 3B | 5A | 51 |
| Octal | 372 | 370 | 244 | 0 | 1 | 42 | 2 | 73 | 132 | 121 |
| Binary | 11111010 | 11111000 | 10100100 | 0 | 1 | 100010 | 10 | 111011 | 1011010 | 1010001 |
Color Harmonies of #FAF8A4
Complementary color
Monochromatic Colors of #FAF8A4
Black with #FAF8A4
Text Example
Text Example
White with #FAF8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF8A4; }
p { color: rgb(250,248,164); }
H1.HeaderClassName
{
color: #FAF8A4;
}
.AnyTagClassName
{
color: #FAF8A4;
}
</style>
background-color css
<style>
a { background-color: #FAF8A4; }
a { background-color: rgb(250,248,164); }
div.DivClassName
{
background-color: #FAF8A4;
}
.BgClassName
{
background-color: #FAF8A4;
}
</style>
border-color css
<style>
span { border-color: #FAF8A4; }
span { border-color: rgb(250,248,164); }
td.TdClassName
{
border-color: #FAF8A4;
}
.TagClassName
{
border-color: #FAF8A4;
}
</style>