Shades of Shalimar #FEFFAF
Tints of Shalimar #FEFFAF
RGB
CMYK
RGB Variations
Color information
#FEFFAF (or 0xFEFFAF) is known color: Shalimar. HEX triplet: FE, FF and AF. RGB value is (254,255,175). Sum of RGB (Red+Green+Blue) = 254+255+175=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 175 (68.75% from 255 or 25.58% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFFAF is #010050. Grayscale: #F5F5F5. Windows color (decimal): -65617 or 11534334. OLE color: 11534334.
HSL color Cylindrical-coordinate representation of color #FEFFAF: hue angle of 60.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEFFAF is Cyan = 0.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 175 | - |
| CMYK | 0.00 | 0 | 0.31 | 0 |
| HSL | 60.75º | 1% | 0.84% | - |
| HSV(B) | 60.75º | 0.31% | 1% | - |
| XYZ | 84.37 | 95.69 | 54.58 | - |
| YUV | 245.58 | 88.17 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 175 | 0.00 | 0 | 0.31 | 0 | 60.75 | 1 | 0.84 |
| Hex | FE | FF | AF | 0 | 0 | 1F | 0 | 3D | 64 | 54 |
| Octal | 376 | 377 | 257 | 0 | 0 | 37 | 0 | 75 | 144 | 124 |
| Binary | 11111110 | 11111111 | 10101111 | 0 | 0 | 11111 | 0 | 111101 | 1100100 | 1010100 |
Color Harmonies of #FEFFAF
Complementary color
Monochromatic Colors of #FEFFAF
Black with #FEFFAF
Text Example
Text Example
White with #FEFFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFAF; }
p { color: rgb(254,255,175); }
H1.HeaderClassName
{
color: #FEFFAF;
}
.AnyTagClassName
{
color: #FEFFAF;
}
</style>
background-color css
<style>
a { background-color: #FEFFAF; }
a { background-color: rgb(254,255,175); }
div.DivClassName
{
background-color: #FEFFAF;
}
.BgClassName
{
background-color: #FEFFAF;
}
</style>
border-color css
<style>
span { border-color: #FEFFAF; }
span { border-color: rgb(254,255,175); }
td.TdClassName
{
border-color: #FEFFAF;
}
.TagClassName
{
border-color: #FEFFAF;
}
</style>