Shades of Shalimar #FAFEA3
Tints of Shalimar #FAFEA3
RGB
CMYK
RGB Variations
Color information
#FAFEA3 (or 0xFAFEA3) is known color: Shalimar. HEX triplet: FA, FE and A3. RGB value is (250,254,163). Sum of RGB (Red+Green+Blue) = 250+254+163=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 163 (64.06% from 255 or 24.44% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFEA3 is #05015C. Grayscale: #F2F2F2. Windows color (decimal): -328029 or 10747642. OLE color: 10747642.
HSL color Cylindrical-coordinate representation of color #FAFEA3: hue angle of 62.64º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAFEA3 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 163 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.00 |
| HSL | 62.64º | 0.98% | 0.82% | - |
| HSV(B) | 62.64º | 0.36% | 1% | - |
| XYZ | 81.48 | 93.85 | 48.47 | - |
| YUV | 242.43 | 83.17 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 163 | 0.02 | 0 | 0.36 | 0.00 | 62.64 | 0.98 | 0.82 |
| Hex | FA | FE | A3 | 2 | 0 | 24 | 0 | 3F | 62 | 52 |
| Octal | 372 | 376 | 243 | 2 | 0 | 44 | 0 | 77 | 142 | 122 |
| Binary | 11111010 | 11111110 | 10100011 | 10 | 0 | 100100 | 0 | 111111 | 1100010 | 1010010 |
Color Harmonies of #FAFEA3
Complementary color
Monochromatic Colors of #FAFEA3
Black with #FAFEA3
Text Example
Text Example
White with #FAFEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFEA3; }
p { color: rgb(250,254,163); }
H1.HeaderClassName
{
color: #FAFEA3;
}
.AnyTagClassName
{
color: #FAFEA3;
}
</style>
background-color css
<style>
a { background-color: #FAFEA3; }
a { background-color: rgb(250,254,163); }
div.DivClassName
{
background-color: #FAFEA3;
}
.BgClassName
{
background-color: #FAFEA3;
}
</style>
border-color css
<style>
span { border-color: #FAFEA3; }
span { border-color: rgb(250,254,163); }
td.TdClassName
{
border-color: #FAFEA3;
}
.TagClassName
{
border-color: #FAFEA3;
}
</style>