Shades of Shalimar #FAF8A8
Tints of Shalimar #FAF8A8
RGB
CMYK
RGB Variations
Color information
#FAF8A8 (or 0xFAF8A8) is known color: Shalimar. HEX triplet: FA, F8 and A8. RGB value is (250,248,168). Sum of RGB (Red+Green+Blue) = 250+248+168=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 248 (97.27% from 255 or 37.24% from 666); Blue value is 168 (66.02% from 255 or 25.23% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF8A8 is #050757. Grayscale: #EFEFEF. Windows color (decimal): -329560 or 11073786. OLE color: 11073786.
HSL color Cylindrical-coordinate representation of color #FAF8A8: hue angle of 58.54º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAF8A8 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 248 | 168 | - |
CMYK | 0 | 0.01 | 0.33 | 0.02 |
HSL | 58.54º | 0.89% | 0.82% | - |
HSV(B) | 58.54º | 0.33% | 0.98% | - |
XYZ | 80.06 | 90.29 | 50.25 | - |
YUV | 239.48 | 87.66 | 135.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 248 | 168 | 0 | 0.01 | 0.33 | 0.02 | 58.54 | 0.89 | 0.82 |
Hex | FA | F8 | A8 | 0 | 1 | 21 | 2 | 3B | 59 | 52 |
Octal | 372 | 370 | 250 | 0 | 1 | 41 | 2 | 73 | 131 | 122 |
Binary | 11111010 | 11111000 | 10101000 | 0 | 1 | 100001 | 10 | 111011 | 1011001 | 1010010 |
Color Harmonies of #FAF8A8
Complementary color
Monochromatic Colors of #FAF8A8
Black with #FAF8A8
Text Example
Text Example
White with #FAF8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF8A8; }
p { color: rgb(250,248,168); }
H1.HeaderClassName
{
color: #FAF8A8;
}
.AnyTagClassName
{
color: #FAF8A8;
}
</style>
background-color css
<style>
a { background-color: #FAF8A8; }
a { background-color: rgb(250,248,168); }
div.DivClassName
{
background-color: #FAF8A8;
}
.BgClassName
{
background-color: #FAF8A8;
}
</style>
border-color css
<style>
span { border-color: #FAF8A8; }
span { border-color: rgb(250,248,168); }
td.TdClassName
{
border-color: #FAF8A8;
}
.TagClassName
{
border-color: #FAF8A8;
}
</style>