Shades of Shalimar #FAFFB2
Tints of Shalimar #FAFFB2
RGB
CMYK
RGB Variations
Color information
#FAFFB2 (or 0xFAFFB2) is known color: Shalimar. HEX triplet: FA, FF and B2. RGB value is (250,255,178). Sum of RGB (Red+Green+Blue) = 250+255+178=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 178 (69.92% from 255 or 26.06% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFFB2 is #05004D. Grayscale: #F5F5F5. Windows color (decimal): -327758 or 11730938. OLE color: 11730938.
HSL color Cylindrical-coordinate representation of color #FAFFB2: hue angle of 63.9º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAFFB2 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 178 | - |
| CMYK | 0.02 | 0 | 0.30 | 0 |
| HSL | 63.9º | 1% | 0.85% | - |
| HSV(B) | 63.9º | 0.3% | 1% | - |
| XYZ | 83.22 | 95.06 | 56.08 | - |
| YUV | 244.73 | 90.34 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 178 | 0.02 | 0 | 0.30 | 0 | 63.9 | 1 | 0.85 |
| Hex | FA | FF | B2 | 2 | 0 | 1E | 0 | 40 | 64 | 55 |
| Octal | 372 | 377 | 262 | 2 | 0 | 36 | 0 | 100 | 144 | 125 |
| Binary | 11111010 | 11111111 | 10110010 | 10 | 0 | 11110 | 0 | 1000000 | 1100100 | 1010101 |
Color Harmonies of #FAFFB2
Complementary color
Monochromatic Colors of #FAFFB2
Black with #FAFFB2
Text Example
Text Example
White with #FAFFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFFB2; }
p { color: rgb(250,255,178); }
H1.HeaderClassName
{
color: #FAFFB2;
}
.AnyTagClassName
{
color: #FAFFB2;
}
</style>
background-color css
<style>
a { background-color: #FAFFB2; }
a { background-color: rgb(250,255,178); }
div.DivClassName
{
background-color: #FAFFB2;
}
.BgClassName
{
background-color: #FAFFB2;
}
</style>
border-color css
<style>
span { border-color: #FAFFB2; }
span { border-color: rgb(250,255,178); }
td.TdClassName
{
border-color: #FAFFB2;
}
.TagClassName
{
border-color: #FAFFB2;
}
</style>