Shades of Shalimar #FBFDA6
Tints of Shalimar #FBFDA6
RGB
CMYK
RGB Variations
Color information
#FBFDA6 (or 0xFBFDA6) is known color: Shalimar. HEX triplet: FB, FD and A6. RGB value is (251,253,166). Sum of RGB (Red+Green+Blue) = 251+253+166=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 166 (65.23% from 255 or 24.78% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFDA6 is #040259. Grayscale: #F2F2F2. Windows color (decimal): -262746 or 10943995. OLE color: 10943995.
HSL color Cylindrical-coordinate representation of color #FBFDA6: hue angle of 61.38º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBFDA6 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 253 | 166 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.01 |
| HSL | 61.38º | 0.96% | 0.82% | - |
| HSV(B) | 61.38º | 0.34% | 0.99% | - |
| XYZ | 81.79 | 93.51 | 49.82 | - |
| YUV | 242.48 | 84.84 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 253 | 166 | 0.01 | 0 | 0.34 | 0.01 | 61.38 | 0.96 | 0.82 |
| Hex | FB | FD | A6 | 1 | 0 | 22 | 1 | 3D | 60 | 52 |
| Octal | 373 | 375 | 246 | 1 | 0 | 42 | 1 | 75 | 140 | 122 |
| Binary | 11111011 | 11111101 | 10100110 | 1 | 0 | 100010 | 1 | 111101 | 1100000 | 1010010 |
Color Harmonies of #FBFDA6
Complementary color
Monochromatic Colors of #FBFDA6
Black with #FBFDA6
Text Example
Text Example
White with #FBFDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFDA6; }
p { color: rgb(251,253,166); }
H1.HeaderClassName
{
color: #FBFDA6;
}
.AnyTagClassName
{
color: #FBFDA6;
}
</style>
background-color css
<style>
a { background-color: #FBFDA6; }
a { background-color: rgb(251,253,166); }
div.DivClassName
{
background-color: #FBFDA6;
}
.BgClassName
{
background-color: #FBFDA6;
}
</style>
border-color css
<style>
span { border-color: #FBFDA6; }
span { border-color: rgb(251,253,166); }
td.TdClassName
{
border-color: #FBFDA6;
}
.TagClassName
{
border-color: #FBFDA6;
}
</style>