Shades of Lemon Chiffon #FEF8CA
Tints of Lemon Chiffon #FEF8CA
RGB
CMYK
RGB Variations
Color information
#FEF8CA (or 0xFEF8CA) is known color: Lemon Chiffon. HEX triplet: FE, F8 and CA. RGB value is (254,248,202). Sum of RGB (Red+Green+Blue) = 254+248+202=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 248 (97.27% from 255 or 35.23% from 704); Blue value is 202 (79.30% from 255 or 28.69% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF8CA is #010735. Grayscale: #F4F4F4. Windows color (decimal): -67382 or 13302014. OLE color: 13302014.
HSL color Cylindrical-coordinate representation of color #FEF8CA: hue angle of 53.08º 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 #FEF8CA is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 202 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.00 |
| HSL | 53.08º | 0.96% | 0.89% | - |
| HSV(B) | 53.08º | 0.2% | 1% | - |
| XYZ | 85.1 | 92.47 | 69.24 | - |
| YUV | 244.55 | 103.99 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 202 | 0 | 0.02 | 0.20 | 0.00 | 53.08 | 0.96 | 0.89 |
| Hex | FE | F8 | CA | 0 | 2 | 14 | 0 | 35 | 60 | 59 |
| Octal | 376 | 370 | 312 | 0 | 2 | 24 | 0 | 65 | 140 | 131 |
| Binary | 11111110 | 11111000 | 11001010 | 0 | 10 | 10100 | 0 | 110101 | 1100000 | 1011001 |
Color Harmonies of #FEF8CA
Complementary color
Monochromatic Colors of #FEF8CA
Black with #FEF8CA
Text Example
Text Example
White with #FEF8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF8CA; }
p { color: rgb(254,248,202); }
H1.HeaderClassName
{
color: #FEF8CA;
}
.AnyTagClassName
{
color: #FEF8CA;
}
</style>
background-color css
<style>
a { background-color: #FEF8CA; }
a { background-color: rgb(254,248,202); }
div.DivClassName
{
background-color: #FEF8CA;
}
.BgClassName
{
background-color: #FEF8CA;
}
</style>
border-color css
<style>
span { border-color: #FEF8CA; }
span { border-color: rgb(254,248,202); }
td.TdClassName
{
border-color: #FEF8CA;
}
.TagClassName
{
border-color: #FEF8CA;
}
</style>