Shades of Shalimar #FFFEAC
Tints of Shalimar #FFFEAC
RGB
CMYK
RGB Variations
Color information
#FFFEAC (or 0xFFFEAC) is known color: Shalimar. HEX triplet: FF, FE and AC. RGB value is (255,254,172). Sum of RGB (Red+Green+Blue) = 255+254+172=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 172 (67.58% from 255 or 25.26% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFEAC is #000153. Grayscale: #F5F5F5. Windows color (decimal): -340 or 11337471. OLE color: 11337471.
HSL color Cylindrical-coordinate representation of color #FFFEAC: hue angle of 59.28º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFFEAC is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 254 | 172 | - |
CMYK | 0 | 0.00 | 0.33 | 0 |
HSL | 59.28º | 1% | 0.84% | - |
HSV(B) | 59.28º | 0.33% | 1% | - |
XYZ | 84.13 | 95.12 | 52.96 | - |
YUV | 244.95 | 86.83 | 135.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 254 | 172 | 0 | 0.00 | 0.33 | 0 | 59.28 | 1 | 0.84 |
Hex | FF | FE | AC | 0 | 0 | 21 | 0 | 3B | 64 | 54 |
Octal | 377 | 376 | 254 | 0 | 0 | 41 | 0 | 73 | 144 | 124 |
Binary | 11111111 | 11111110 | 10101100 | 0 | 0 | 100001 | 0 | 111011 | 1100100 | 1010100 |
Color Harmonies of #FFFEAC
Complementary color
Monochromatic Colors of #FFFEAC
Black with #FFFEAC
Text Example
Text Example
White with #FFFEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFEAC; }
p { color: rgb(255,254,172); }
H1.HeaderClassName
{
color: #FFFEAC;
}
.AnyTagClassName
{
color: #FFFEAC;
}
</style>
background-color css
<style>
a { background-color: #FFFEAC; }
a { background-color: rgb(255,254,172); }
div.DivClassName
{
background-color: #FFFEAC;
}
.BgClassName
{
background-color: #FFFEAC;
}
</style>
border-color css
<style>
span { border-color: #FFFEAC; }
span { border-color: rgb(255,254,172); }
td.TdClassName
{
border-color: #FFFEAC;
}
.TagClassName
{
border-color: #FFFEAC;
}
</style>