Shades of Lemon Chiffon #FEF7CE
Tints of Lemon Chiffon #FEF7CE
RGB
CMYK
RGB Variations
Color information
#FEF7CE (or 0xFEF7CE) is known color: Lemon Chiffon. HEX triplet: FE, F7 and CE. RGB value is (254,247,206). Sum of RGB (Red+Green+Blue) = 254+247+206=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 247 (96.88% from 255 or 34.94% from 707); Blue value is 206 (80.86% from 255 or 29.14% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF7CE is #010831. Grayscale: #F4F4F4. Windows color (decimal): -67634 or 13563902. OLE color: 13563902.
HSL color Cylindrical-coordinate representation of color #FEF7CE: hue angle of 51.25º 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 #FEF7CE is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 206 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.00 |
| HSL | 51.25º | 0.96% | 0.9% | - |
| HSV(B) | 51.25º | 0.19% | 1% | - |
| XYZ | 85.27 | 92.05 | 71.67 | - |
| YUV | 244.42 | 106.32 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 206 | 0 | 0.03 | 0.19 | 0.00 | 51.25 | 0.96 | 0.9 |
| Hex | FE | F7 | CE | 0 | 3 | 13 | 0 | 33 | 60 | 5A |
| Octal | 376 | 367 | 316 | 0 | 3 | 23 | 0 | 63 | 140 | 132 |
| Binary | 11111110 | 11110111 | 11001110 | 0 | 11 | 10011 | 0 | 110011 | 1100000 | 1011010 |
Color Harmonies of #FEF7CE
Complementary color
Monochromatic Colors of #FEF7CE
Black with #FEF7CE
Text Example
Text Example
White with #FEF7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF7CE; }
p { color: rgb(254,247,206); }
H1.HeaderClassName
{
color: #FEF7CE;
}
.AnyTagClassName
{
color: #FEF7CE;
}
</style>
background-color css
<style>
a { background-color: #FEF7CE; }
a { background-color: rgb(254,247,206); }
div.DivClassName
{
background-color: #FEF7CE;
}
.BgClassName
{
background-color: #FEF7CE;
}
</style>
border-color css
<style>
span { border-color: #FEF7CE; }
span { border-color: rgb(254,247,206); }
td.TdClassName
{
border-color: #FEF7CE;
}
.TagClassName
{
border-color: #FEF7CE;
}
</style>