Shades of Lemon Chiffon #FEF6CE
Tints of Lemon Chiffon #FEF6CE
RGB
CMYK
RGB Variations
Color information
#FEF6CE (or 0xFEF6CE) is known color: Lemon Chiffon. HEX triplet: FE, F6 and CE. RGB value is (254,246,206). Sum of RGB (Red+Green+Blue) = 254+246+206=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 246 (96.48% from 255 or 34.84% from 706); Blue value is 206 (80.86% from 255 or 29.18% from 706); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6CE is #010931. Grayscale: #F3F3F3. Windows color (decimal): -67890 or 13563646. OLE color: 13563646.
HSL color Cylindrical-coordinate representation of color #FEF6CE: hue angle of 50º 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 #FEF6CE is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 206 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.00 |
| HSL | 50º | 0.96% | 0.9% | - |
| HSV(B) | 50º | 0.19% | 1% | - |
| XYZ | 84.97 | 91.44 | 71.56 | - |
| YUV | 243.83 | 106.65 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 206 | 0 | 0.03 | 0.19 | 0.00 | 50 | 0.96 | 0.9 |
| Hex | FE | F6 | CE | 0 | 3 | 13 | 0 | 32 | 60 | 5A |
| Octal | 376 | 366 | 316 | 0 | 3 | 23 | 0 | 62 | 140 | 132 |
| Binary | 11111110 | 11110110 | 11001110 | 0 | 11 | 10011 | 0 | 110010 | 1100000 | 1011010 |
Color Harmonies of #FEF6CE
Complementary color
Monochromatic Colors of #FEF6CE
Black with #FEF6CE
Text Example
Text Example
White with #FEF6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6CE; }
p { color: rgb(254,246,206); }
H1.HeaderClassName
{
color: #FEF6CE;
}
.AnyTagClassName
{
color: #FEF6CE;
}
</style>
background-color css
<style>
a { background-color: #FEF6CE; }
a { background-color: rgb(254,246,206); }
div.DivClassName
{
background-color: #FEF6CE;
}
.BgClassName
{
background-color: #FEF6CE;
}
</style>
border-color css
<style>
span { border-color: #FEF6CE; }
span { border-color: rgb(254,246,206); }
td.TdClassName
{
border-color: #FEF6CE;
}
.TagClassName
{
border-color: #FEF6CE;
}
</style>