Shades of Shalimar #FAFDB3
Tints of Shalimar #FAFDB3
RGB
CMYK
RGB Variations
Color information
#FAFDB3 (or 0xFAFDB3) is known color: Shalimar. HEX triplet: FA, FD and B3. RGB value is (250,253,179). Sum of RGB (Red+Green+Blue) = 250+253+179=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 253 (99.22% from 255 or 37.10% from 682); Blue value is 179 (70.31% from 255 or 26.25% from 682); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDB3 is #05024C. Grayscale: #F3F3F3. Windows color (decimal): -328269 or 11795962. OLE color: 11795962.
HSL color Cylindrical-coordinate representation of color #FAFDB3: hue angle of 62.43º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAFDB3 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 179 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.01 |
| HSL | 62.43º | 0.95% | 0.85% | - |
| HSV(B) | 62.43º | 0.29% | 0.99% | - |
| XYZ | 82.69 | 93.83 | 56.4 | - |
| YUV | 243.67 | 91.51 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 179 | 0.01 | 0 | 0.29 | 0.01 | 62.43 | 0.95 | 0.85 |
| Hex | FA | FD | B3 | 1 | 0 | 1D | 1 | 3E | 5F | 55 |
| Octal | 372 | 375 | 263 | 1 | 0 | 35 | 1 | 76 | 137 | 125 |
| Binary | 11111010 | 11111101 | 10110011 | 1 | 0 | 11101 | 1 | 111110 | 1011111 | 1010101 |
Color Harmonies of #FAFDB3
Complementary color
Monochromatic Colors of #FAFDB3
Black with #FAFDB3
Text Example
Text Example
White with #FAFDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDB3; }
p { color: rgb(250,253,179); }
H1.HeaderClassName
{
color: #FAFDB3;
}
.AnyTagClassName
{
color: #FAFDB3;
}
</style>
background-color css
<style>
a { background-color: #FAFDB3; }
a { background-color: rgb(250,253,179); }
div.DivClassName
{
background-color: #FAFDB3;
}
.BgClassName
{
background-color: #FAFDB3;
}
</style>
border-color css
<style>
span { border-color: #FAFDB3; }
span { border-color: rgb(250,253,179); }
td.TdClassName
{
border-color: #FAFDB3;
}
.TagClassName
{
border-color: #FAFDB3;
}
</style>