Shades of Shalimar #FAFCA7
Tints of Shalimar #FAFCA7
RGB
CMYK
RGB Variations
Color information
#FAFCA7 (or 0xFAFCA7) is known color: Shalimar. HEX triplet: FA, FC and A7. RGB value is (250,252,167). Sum of RGB (Red+Green+Blue) = 250+252+167=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 252 (98.83% from 255 or 37.67% from 669); Blue value is 167 (65.62% from 255 or 24.96% from 669); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFCA7 is #050358. Grayscale: #F2F2F2. Windows color (decimal): -328537 or 11009274. OLE color: 11009274.
HSL color Cylindrical-coordinate representation of color #FAFCA7: hue angle of 61.41º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAFCA7 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 252 | 167 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.01 |
| HSL | 61.41º | 0.93% | 0.82% | - |
| HSV(B) | 61.41º | 0.34% | 0.99% | - |
| XYZ | 81.21 | 92.73 | 50.18 | - |
| YUV | 241.71 | 85.84 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 252 | 167 | 0.01 | 0 | 0.34 | 0.01 | 61.41 | 0.93 | 0.82 |
| Hex | FA | FC | A7 | 1 | 0 | 22 | 1 | 3D | 5D | 52 |
| Octal | 372 | 374 | 247 | 1 | 0 | 42 | 1 | 75 | 135 | 122 |
| Binary | 11111010 | 11111100 | 10100111 | 1 | 0 | 100010 | 1 | 111101 | 1011101 | 1010010 |
Color Harmonies of #FAFCA7
Complementary color
Monochromatic Colors of #FAFCA7
Black with #FAFCA7
Text Example
Text Example
White with #FAFCA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFCA7; }
p { color: rgb(250,252,167); }
H1.HeaderClassName
{
color: #FAFCA7;
}
.AnyTagClassName
{
color: #FAFCA7;
}
</style>
background-color css
<style>
a { background-color: #FAFCA7; }
a { background-color: rgb(250,252,167); }
div.DivClassName
{
background-color: #FAFCA7;
}
.BgClassName
{
background-color: #FAFCA7;
}
</style>
border-color css
<style>
span { border-color: #FAFCA7; }
span { border-color: rgb(250,252,167); }
td.TdClassName
{
border-color: #FAFCA7;
}
.TagClassName
{
border-color: #FAFCA7;
}
</style>