Shades of Shalimar #FAFFAD
Tints of Shalimar #FAFFAD
RGB
CMYK
RGB Variations
Color information
#FAFFAD (or 0xFAFFAD) is known color: Shalimar. HEX triplet: FA, FF and AD. RGB value is (250,255,173). Sum of RGB (Red+Green+Blue) = 250+255+173=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 173 (67.97% from 255 or 25.52% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFFAD is #050052. Grayscale: #F4F4F4. Windows color (decimal): -327763 or 11403258. OLE color: 11403258.
HSL color Cylindrical-coordinate representation of color #FAFFAD: hue angle of 63.66º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAFFAD is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 173 | - |
| CMYK | 0.02 | 0 | 0.32 | 0 |
| HSL | 63.66º | 1% | 0.84% | - |
| HSV(B) | 63.66º | 0.32% | 1% | - |
| XYZ | 82.73 | 94.86 | 53.49 | - |
| YUV | 244.16 | 87.84 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 173 | 0.02 | 0 | 0.32 | 0 | 63.66 | 1 | 0.84 |
| Hex | FA | FF | AD | 2 | 0 | 20 | 0 | 40 | 64 | 54 |
| Octal | 372 | 377 | 255 | 2 | 0 | 40 | 0 | 100 | 144 | 124 |
| Binary | 11111010 | 11111111 | 10101101 | 10 | 0 | 100000 | 0 | 1000000 | 1100100 | 1010100 |
Color Harmonies of #FAFFAD
Complementary color
Monochromatic Colors of #FAFFAD
Black with #FAFFAD
Text Example
Text Example
White with #FAFFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFFAD; }
p { color: rgb(250,255,173); }
H1.HeaderClassName
{
color: #FAFFAD;
}
.AnyTagClassName
{
color: #FAFFAD;
}
</style>
background-color css
<style>
a { background-color: #FAFFAD; }
a { background-color: rgb(250,255,173); }
div.DivClassName
{
background-color: #FAFFAD;
}
.BgClassName
{
background-color: #FAFFAD;
}
</style>
border-color css
<style>
span { border-color: #FAFFAD; }
span { border-color: rgb(250,255,173); }
td.TdClassName
{
border-color: #FAFFAD;
}
.TagClassName
{
border-color: #FAFFAD;
}
</style>