Shades of Shalimar #FAFEAB
Tints of Shalimar #FAFEAB
RGB
CMYK
RGB Variations
Color information
#FAFEAB (or 0xFAFEAB) is known color: Shalimar. HEX triplet: FA, FE and AB. RGB value is (250,254,171). Sum of RGB (Red+Green+Blue) = 250+254+171=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 171 (67.19% from 255 or 25.33% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFEAB is #050154. Grayscale: #F3F3F3. Windows color (decimal): -328021 or 11271930. OLE color: 11271930.
HSL color Cylindrical-coordinate representation of color #FAFEAB: hue angle of 62.89º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAFEAB is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 171 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.00 |
| HSL | 62.89º | 0.98% | 0.83% | - |
| HSV(B) | 62.89º | 0.33% | 1% | - |
| XYZ | 82.22 | 94.15 | 52.37 | - |
| YUV | 243.34 | 87.17 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 171 | 0.02 | 0 | 0.33 | 0.00 | 62.89 | 0.98 | 0.83 |
| Hex | FA | FE | AB | 2 | 0 | 21 | 0 | 3F | 62 | 53 |
| Octal | 372 | 376 | 253 | 2 | 0 | 41 | 0 | 77 | 142 | 123 |
| Binary | 11111010 | 11111110 | 10101011 | 10 | 0 | 100001 | 0 | 111111 | 1100010 | 1010011 |
Color Harmonies of #FAFEAB
Complementary color
Monochromatic Colors of #FAFEAB
Black with #FAFEAB
Text Example
Text Example
White with #FAFEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFEAB; }
p { color: rgb(250,254,171); }
H1.HeaderClassName
{
color: #FAFEAB;
}
.AnyTagClassName
{
color: #FAFEAB;
}
</style>
background-color css
<style>
a { background-color: #FAFEAB; }
a { background-color: rgb(250,254,171); }
div.DivClassName
{
background-color: #FAFEAB;
}
.BgClassName
{
background-color: #FAFEAB;
}
</style>
border-color css
<style>
span { border-color: #FAFEAB; }
span { border-color: rgb(250,254,171); }
td.TdClassName
{
border-color: #FAFEAB;
}
.TagClassName
{
border-color: #FAFEAB;
}
</style>