Shades of Lemon Chiffon #FEF5C8
Tints of Lemon Chiffon #FEF5C8
RGB
CMYK
RGB Variations
Color information
#FEF5C8 (or 0xFEF5C8) is known color: Lemon Chiffon. HEX triplet: FE, F5 and C8. RGB value is (254,245,200). Sum of RGB (Red+Green+Blue) = 254+245+200=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 245 (96.09% from 255 or 35.05% from 699); Blue value is 200 (78.52% from 255 or 28.61% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5C8 is #010A37. Grayscale: #F2F2F2. Windows color (decimal): -68152 or 13170174. OLE color: 13170174.
HSL color Cylindrical-coordinate representation of color #FEF5C8: hue angle of 50º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEF5C8 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 200 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.00 |
| HSL | 50º | 0.96% | 0.89% | - |
| HSV(B) | 50º | 0.21% | 1% | - |
| XYZ | 83.95 | 90.55 | 67.7 | - |
| YUV | 242.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 200 | 0 | 0.04 | 0.21 | 0.00 | 50 | 0.96 | 0.89 |
| Hex | FE | F5 | C8 | 0 | 4 | 15 | 0 | 32 | 60 | 59 |
| Octal | 376 | 365 | 310 | 0 | 4 | 25 | 0 | 62 | 140 | 131 |
| Binary | 11111110 | 11110101 | 11001000 | 0 | 100 | 10101 | 0 | 110010 | 1100000 | 1011001 |
Color Harmonies of #FEF5C8
Complementary color
Monochromatic Colors of #FEF5C8
Black with #FEF5C8
Text Example
Text Example
White with #FEF5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF5C8; }
p { color: rgb(254,245,200); }
H1.HeaderClassName
{
color: #FEF5C8;
}
.AnyTagClassName
{
color: #FEF5C8;
}
</style>
background-color css
<style>
a { background-color: #FEF5C8; }
a { background-color: rgb(254,245,200); }
div.DivClassName
{
background-color: #FEF5C8;
}
.BgClassName
{
background-color: #FEF5C8;
}
</style>
border-color css
<style>
span { border-color: #FEF5C8; }
span { border-color: rgb(254,245,200); }
td.TdClassName
{
border-color: #FEF5C8;
}
.TagClassName
{
border-color: #FEF5C8;
}
</style>