Shades of Shalimar #FAFDB0
Tints of Shalimar #FAFDB0
RGB
CMYK
RGB Variations
Color information
#FAFDB0 (or 0xFAFDB0) is known color: Shalimar. HEX triplet: FA, FD and B0. RGB value is (250,253,176). Sum of RGB (Red+Green+Blue) = 250+253+176=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 176 (69.14% from 255 or 25.92% from 679); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFDB0 is #05024F. Grayscale: #F3F3F3. Windows color (decimal): -328272 or 11599354. OLE color: 11599354.
HSL color Cylindrical-coordinate representation of color #FAFDB0: hue angle of 62.34º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAFDB0 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 176 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.01 |
| HSL | 62.34º | 0.95% | 0.84% | - |
| HSV(B) | 62.34º | 0.3% | 0.99% | - |
| XYZ | 82.39 | 93.71 | 54.82 | - |
| YUV | 243.33 | 90.01 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 176 | 0.01 | 0 | 0.30 | 0.01 | 62.34 | 0.95 | 0.84 |
| Hex | FA | FD | B0 | 1 | 0 | 1E | 1 | 3E | 5F | 54 |
| Octal | 372 | 375 | 260 | 1 | 0 | 36 | 1 | 76 | 137 | 124 |
| Binary | 11111010 | 11111101 | 10110000 | 1 | 0 | 11110 | 1 | 111110 | 1011111 | 1010100 |
Color Harmonies of #FAFDB0
Complementary color
Monochromatic Colors of #FAFDB0
Black with #FAFDB0
Text Example
Text Example
White with #FAFDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDB0; }
p { color: rgb(250,253,176); }
H1.HeaderClassName
{
color: #FAFDB0;
}
.AnyTagClassName
{
color: #FAFDB0;
}
</style>
background-color css
<style>
a { background-color: #FAFDB0; }
a { background-color: rgb(250,253,176); }
div.DivClassName
{
background-color: #FAFDB0;
}
.BgClassName
{
background-color: #FAFDB0;
}
</style>
border-color css
<style>
span { border-color: #FAFDB0; }
span { border-color: rgb(250,253,176); }
td.TdClassName
{
border-color: #FAFDB0;
}
.TagClassName
{
border-color: #FAFDB0;
}
</style>