Shades of Shalimar #FBFDA8
Tints of Shalimar #FBFDA8
RGB
CMYK
RGB Variations
Color information
#FBFDA8 (or 0xFBFDA8) is known color: Shalimar. HEX triplet: FB, FD and A8. RGB value is (251,253,168). Sum of RGB (Red+Green+Blue) = 251+253+168=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 168 (66.02% from 255 or 25% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFDA8 is #040257. Grayscale: #F3F3F3. Windows color (decimal): -262744 or 11075067. OLE color: 11075067.
HSL color Cylindrical-coordinate representation of color #FBFDA8: hue angle of 61.41º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBFDA8 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 253 | 168 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.01 |
| HSL | 61.41º | 0.96% | 0.83% | - |
| HSV(B) | 61.41º | 0.34% | 0.99% | - |
| XYZ | 81.98 | 93.59 | 50.79 | - |
| YUV | 242.71 | 85.84 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 253 | 168 | 0.01 | 0 | 0.34 | 0.01 | 61.41 | 0.96 | 0.83 |
| Hex | FB | FD | A8 | 1 | 0 | 22 | 1 | 3D | 60 | 53 |
| Octal | 373 | 375 | 250 | 1 | 0 | 42 | 1 | 75 | 140 | 123 |
| Binary | 11111011 | 11111101 | 10101000 | 1 | 0 | 100010 | 1 | 111101 | 1100000 | 1010011 |
Color Harmonies of #FBFDA8
Complementary color
Monochromatic Colors of #FBFDA8
Black with #FBFDA8
Text Example
Text Example
White with #FBFDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFDA8; }
p { color: rgb(251,253,168); }
H1.HeaderClassName
{
color: #FBFDA8;
}
.AnyTagClassName
{
color: #FBFDA8;
}
</style>
background-color css
<style>
a { background-color: #FBFDA8; }
a { background-color: rgb(251,253,168); }
div.DivClassName
{
background-color: #FBFDA8;
}
.BgClassName
{
background-color: #FBFDA8;
}
</style>
border-color css
<style>
span { border-color: #FBFDA8; }
span { border-color: rgb(251,253,168); }
td.TdClassName
{
border-color: #FBFDA8;
}
.TagClassName
{
border-color: #FBFDA8;
}
</style>