Shades of Lemon Chiffon #FEF9CF
Tints of Lemon Chiffon #FEF9CF
RGB
CMYK
RGB Variations
Color information
#FEF9CF (or 0xFEF9CF) is known color: Lemon Chiffon. HEX triplet: FE, F9 and CF. RGB value is (254,249,207). Sum of RGB (Red+Green+Blue) = 254+249+207=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 249 (97.66% from 255 or 35.07% from 710); Blue value is 207 (81.25% from 255 or 29.15% from 710); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF9CF is #010630. Grayscale: #F5F5F5. Windows color (decimal): -67121 or 13629950. OLE color: 13629950.
HSL color Cylindrical-coordinate representation of color #FEF9CF: hue angle of 53.62º 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 #FEF9CF is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 207 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.00 |
| HSL | 53.62º | 0.96% | 0.9% | - |
| HSV(B) | 53.62º | 0.19% | 1% | - |
| XYZ | 86.01 | 93.33 | 72.51 | - |
| YUV | 245.71 | 106.16 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 207 | 0 | 0.02 | 0.19 | 0.00 | 53.62 | 0.96 | 0.9 |
| Hex | FE | F9 | CF | 0 | 2 | 13 | 0 | 36 | 60 | 5A |
| Octal | 376 | 371 | 317 | 0 | 2 | 23 | 0 | 66 | 140 | 132 |
| Binary | 11111110 | 11111001 | 11001111 | 0 | 10 | 10011 | 0 | 110110 | 1100000 | 1011010 |
Color Harmonies of #FEF9CF
Complementary color
Monochromatic Colors of #FEF9CF
Black with #FEF9CF
Text Example
Text Example
White with #FEF9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF9CF; }
p { color: rgb(254,249,207); }
H1.HeaderClassName
{
color: #FEF9CF;
}
.AnyTagClassName
{
color: #FEF9CF;
}
</style>
background-color css
<style>
a { background-color: #FEF9CF; }
a { background-color: rgb(254,249,207); }
div.DivClassName
{
background-color: #FEF9CF;
}
.BgClassName
{
background-color: #FEF9CF;
}
</style>
border-color css
<style>
span { border-color: #FEF9CF; }
span { border-color: rgb(254,249,207); }
td.TdClassName
{
border-color: #FEF9CF;
}
.TagClassName
{
border-color: #FEF9CF;
}
</style>