Shades of Lemon Chiffon #FEF9CA
Tints of Lemon Chiffon #FEF9CA
RGB
CMYK
RGB Variations
Color information
#FEF9CA (or 0xFEF9CA) is known color: Lemon Chiffon. HEX triplet: FE, F9 and CA. RGB value is (254,249,202). Sum of RGB (Red+Green+Blue) = 254+249+202=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 249 (97.66% from 255 or 35.32% from 705); Blue value is 202 (79.30% from 255 or 28.65% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF9CA is #010635. Grayscale: #F5F5F5. Windows color (decimal): -67126 or 13302270. OLE color: 13302270.
HSL color Cylindrical-coordinate representation of color #FEF9CA: hue angle of 54.23º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEF9CA is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 202 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.00 |
| HSL | 54.23º | 0.96% | 0.89% | - |
| HSV(B) | 54.23º | 0.2% | 1% | - |
| XYZ | 85.41 | 93.09 | 69.34 | - |
| YUV | 245.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 202 | 0 | 0.02 | 0.20 | 0.00 | 54.23 | 0.96 | 0.89 |
| Hex | FE | F9 | CA | 0 | 2 | 14 | 0 | 36 | 60 | 59 |
| Octal | 376 | 371 | 312 | 0 | 2 | 24 | 0 | 66 | 140 | 131 |
| Binary | 11111110 | 11111001 | 11001010 | 0 | 10 | 10100 | 0 | 110110 | 1100000 | 1011001 |
Color Harmonies of #FEF9CA
Complementary color
Monochromatic Colors of #FEF9CA
Black with #FEF9CA
Text Example
Text Example
White with #FEF9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF9CA; }
p { color: rgb(254,249,202); }
H1.HeaderClassName
{
color: #FEF9CA;
}
.AnyTagClassName
{
color: #FEF9CA;
}
</style>
background-color css
<style>
a { background-color: #FEF9CA; }
a { background-color: rgb(254,249,202); }
div.DivClassName
{
background-color: #FEF9CA;
}
.BgClassName
{
background-color: #FEF9CA;
}
</style>
border-color css
<style>
span { border-color: #FEF9CA; }
span { border-color: rgb(254,249,202); }
td.TdClassName
{
border-color: #FEF9CA;
}
.TagClassName
{
border-color: #FEF9CA;
}
</style>