Shades of Shalimar #FAFBA8
Tints of Shalimar #FAFBA8
RGB
CMYK
RGB Variations
Color information
#FAFBA8 (or 0xFAFBA8) is known color: Shalimar. HEX triplet: FA, FB and A8. RGB value is (250,251,168). Sum of RGB (Red+Green+Blue) = 250+251+168=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 168 (66.02% from 255 or 25.11% from 669); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFBA8 is #050457. Grayscale: #F1F1F1. Windows color (decimal): -328792 or 11074554. OLE color: 11074554.
HSL color Cylindrical-coordinate representation of color #FAFBA8: hue angle of 60.72º degrees, saturation: 0.91, 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 #FAFBA8 is Cyan = 0.00, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 168 | - |
| CMYK | 0.00 | 0 | 0.33 | 0.02 |
| HSL | 60.72º | 0.91% | 0.82% | - |
| HSV(B) | 60.72º | 0.33% | 0.98% | - |
| XYZ | 80.99 | 92.15 | 50.56 | - |
| YUV | 241.24 | 86.67 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 168 | 0.00 | 0 | 0.33 | 0.02 | 60.72 | 0.91 | 0.82 |
| Hex | FA | FB | A8 | 0 | 0 | 21 | 2 | 3D | 5B | 52 |
| Octal | 372 | 373 | 250 | 0 | 0 | 41 | 2 | 75 | 133 | 122 |
| Binary | 11111010 | 11111011 | 10101000 | 0 | 0 | 100001 | 10 | 111101 | 1011011 | 1010010 |
Color Harmonies of #FAFBA8
Complementary color
Monochromatic Colors of #FAFBA8
Black with #FAFBA8
Text Example
Text Example
White with #FAFBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFBA8; }
p { color: rgb(250,251,168); }
H1.HeaderClassName
{
color: #FAFBA8;
}
.AnyTagClassName
{
color: #FAFBA8;
}
</style>
background-color css
<style>
a { background-color: #FAFBA8; }
a { background-color: rgb(250,251,168); }
div.DivClassName
{
background-color: #FAFBA8;
}
.BgClassName
{
background-color: #FAFBA8;
}
</style>
border-color css
<style>
span { border-color: #FAFBA8; }
span { border-color: rgb(250,251,168); }
td.TdClassName
{
border-color: #FAFBA8;
}
.TagClassName
{
border-color: #FAFBA8;
}
</style>