Shades of Shalimar #FBFEAC
Tints of Shalimar #FBFEAC
RGB
CMYK
RGB Variations
Color information
#FBFEAC (or 0xFBFEAC) is known color: Shalimar. HEX triplet: FB, FE and AC. RGB value is (251,254,172). Sum of RGB (Red+Green+Blue) = 251+254+172=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 172 (67.58% from 255 or 25.41% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFEAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFEAC is #040153. Grayscale: #F4F4F4. Windows color (decimal): -262484 or 11337467. OLE color: 11337467.
HSL color Cylindrical-coordinate representation of color #FBFEAC: hue angle of 62.2º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBFEAC is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 254 | 172 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.00 |
| HSL | 62.2º | 0.98% | 0.84% | - |
| HSV(B) | 62.2º | 0.32% | 1% | - |
| XYZ | 82.67 | 94.37 | 52.89 | - |
| YUV | 243.76 | 87.51 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 254 | 172 | 0.01 | 0 | 0.32 | 0.00 | 62.2 | 0.98 | 0.84 |
| Hex | FB | FE | AC | 1 | 0 | 20 | 0 | 3E | 62 | 54 |
| Octal | 373 | 376 | 254 | 1 | 0 | 40 | 0 | 76 | 142 | 124 |
| Binary | 11111011 | 11111110 | 10101100 | 1 | 0 | 100000 | 0 | 111110 | 1100010 | 1010100 |
Color Harmonies of #FBFEAC
Complementary color
Monochromatic Colors of #FBFEAC
Black with #FBFEAC
Text Example
Text Example
White with #FBFEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFEAC; }
p { color: rgb(251,254,172); }
H1.HeaderClassName
{
color: #FBFEAC;
}
.AnyTagClassName
{
color: #FBFEAC;
}
</style>
background-color css
<style>
a { background-color: #FBFEAC; }
a { background-color: rgb(251,254,172); }
div.DivClassName
{
background-color: #FBFEAC;
}
.BgClassName
{
background-color: #FBFEAC;
}
</style>
border-color css
<style>
span { border-color: #FBFEAC; }
span { border-color: rgb(251,254,172); }
td.TdClassName
{
border-color: #FBFEAC;
}
.TagClassName
{
border-color: #FBFEAC;
}
</style>