Shades of Shalimar #FFFEAF
Tints of Shalimar #FFFEAF
RGB
CMYK
RGB Variations
Color information
#FFFEAF (or 0xFFFEAF) is known color: Shalimar. HEX triplet: FF, FE and AF. RGB value is (255,254,175). Sum of RGB (Red+Green+Blue) = 255+254+175=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 254 (99.61% from 255 or 37.13% from 684); Blue value is 175 (68.75% from 255 or 25.58% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFEAF is #000150. Grayscale: #F5F5F5. Windows color (decimal): -337 or 11534079. OLE color: 11534079.
HSL color Cylindrical-coordinate representation of color #FFFEAF: hue angle of 59.25º 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 #FFFEAF is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 175 | - |
| CMYK | 0 | 0.00 | 0.31 | 0 |
| HSL | 59.25º | 1% | 0.84% | - |
| HSV(B) | 59.25º | 0.31% | 1% | - |
| XYZ | 84.42 | 95.24 | 54.49 | - |
| YUV | 245.29 | 88.33 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 175 | 0 | 0.00 | 0.31 | 0 | 59.25 | 1 | 0.84 |
| Hex | FF | FE | AF | 0 | 0 | 1F | 0 | 3B | 64 | 54 |
| Octal | 377 | 376 | 257 | 0 | 0 | 37 | 0 | 73 | 144 | 124 |
| Binary | 11111111 | 11111110 | 10101111 | 0 | 0 | 11111 | 0 | 111011 | 1100100 | 1010100 |
Color Harmonies of #FFFEAF
Complementary color
Monochromatic Colors of #FFFEAF
Black with #FFFEAF
Text Example
Text Example
White with #FFFEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFEAF; }
p { color: rgb(255,254,175); }
H1.HeaderClassName
{
color: #FFFEAF;
}
.AnyTagClassName
{
color: #FFFEAF;
}
</style>
background-color css
<style>
a { background-color: #FFFEAF; }
a { background-color: rgb(255,254,175); }
div.DivClassName
{
background-color: #FFFEAF;
}
.BgClassName
{
background-color: #FFFEAF;
}
</style>
border-color css
<style>
span { border-color: #FFFEAF; }
span { border-color: rgb(255,254,175); }
td.TdClassName
{
border-color: #FFFEAF;
}
.TagClassName
{
border-color: #FFFEAF;
}
</style>