Shades of Lemon Chiffon #FEF9CE
Tints of Lemon Chiffon #FEF9CE
RGB
CMYK
RGB Variations
Color information
#FEF9CE (or 0xFEF9CE) is known color: Lemon Chiffon. HEX triplet: FE, F9 and CE. RGB value is (254,249,206). Sum of RGB (Red+Green+Blue) = 254+249+206=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 249 (97.66% from 255 or 35.12% from 709); Blue value is 206 (80.86% from 255 or 29.06% from 709); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF9CE is #010631. Grayscale: #F5F5F5. Windows color (decimal): -67122 or 13564414. OLE color: 13564414.
HSL color Cylindrical-coordinate representation of color #FEF9CE: hue angle of 53.75º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FEF9CE is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 206 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.00 |
| HSL | 53.75º | 0.96% | 0.9% | - |
| HSV(B) | 53.75º | 0.19% | 1% | - |
| XYZ | 85.89 | 93.28 | 71.87 | - |
| YUV | 245.59 | 105.66 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 206 | 0 | 0.02 | 0.19 | 0.00 | 53.75 | 0.96 | 0.9 |
| Hex | FE | F9 | CE | 0 | 2 | 13 | 0 | 36 | 60 | 5A |
| Octal | 376 | 371 | 316 | 0 | 2 | 23 | 0 | 66 | 140 | 132 |
| Binary | 11111110 | 11111001 | 11001110 | 0 | 10 | 10011 | 0 | 110110 | 1100000 | 1011010 |
Color Harmonies of #FEF9CE
Complementary color
Monochromatic Colors of #FEF9CE
Black with #FEF9CE
Text Example
Text Example
White with #FEF9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF9CE; }
p { color: rgb(254,249,206); }
H1.HeaderClassName
{
color: #FEF9CE;
}
.AnyTagClassName
{
color: #FEF9CE;
}
</style>
background-color css
<style>
a { background-color: #FEF9CE; }
a { background-color: rgb(254,249,206); }
div.DivClassName
{
background-color: #FEF9CE;
}
.BgClassName
{
background-color: #FEF9CE;
}
</style>
border-color css
<style>
span { border-color: #FEF9CE; }
span { border-color: rgb(254,249,206); }
td.TdClassName
{
border-color: #FEF9CE;
}
.TagClassName
{
border-color: #FEF9CE;
}
</style>