Shades of Shalimar #FEFBA7
Tints of Shalimar #FEFBA7
RGB
CMYK
RGB Variations
Color information
#FEFBA7 (or 0xFEFBA7) is known color: Shalimar. HEX triplet: FE, FB and A7. RGB value is (254,251,167). Sum of RGB (Red+Green+Blue) = 254+251+167=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 167 (65.62% from 255 or 24.85% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFBA7 is #010458. Grayscale: #F2F2F2. Windows color (decimal): -66649 or 11009022. OLE color: 11009022.
HSL color Cylindrical-coordinate representation of color #FEFBA7: hue angle of 57.93º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEFBA7 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 251 | 167 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.00 |
| HSL | 57.93º | 0.98% | 0.83% | - |
| HSV(B) | 57.93º | 0.34% | 1% | - |
| XYZ | 82.35 | 92.86 | 50.14 | - |
| YUV | 242.32 | 85.49 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 251 | 167 | 0 | 0.01 | 0.34 | 0.00 | 57.93 | 0.98 | 0.83 |
| Hex | FE | FB | A7 | 0 | 1 | 22 | 0 | 3A | 62 | 53 |
| Octal | 376 | 373 | 247 | 0 | 1 | 42 | 0 | 72 | 142 | 123 |
| Binary | 11111110 | 11111011 | 10100111 | 0 | 1 | 100010 | 0 | 111010 | 1100010 | 1010011 |
Color Harmonies of #FEFBA7
Complementary color
Monochromatic Colors of #FEFBA7
Black with #FEFBA7
Text Example
Text Example
White with #FEFBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFBA7; }
p { color: rgb(254,251,167); }
H1.HeaderClassName
{
color: #FEFBA7;
}
.AnyTagClassName
{
color: #FEFBA7;
}
</style>
background-color css
<style>
a { background-color: #FEFBA7; }
a { background-color: rgb(254,251,167); }
div.DivClassName
{
background-color: #FEFBA7;
}
.BgClassName
{
background-color: #FEFBA7;
}
</style>
border-color css
<style>
span { border-color: #FEFBA7; }
span { border-color: rgb(254,251,167); }
td.TdClassName
{
border-color: #FEFBA7;
}
.TagClassName
{
border-color: #FEFBA7;
}
</style>