Shades of Lemon Chiffon #FEF6CA
Tints of Lemon Chiffon #FEF6CA
RGB
CMYK
RGB Variations
Color information
#FEF6CA (or 0xFEF6CA) is known color: Lemon Chiffon. HEX triplet: FE, F6 and CA. RGB value is (254,246,202). Sum of RGB (Red+Green+Blue) = 254+246+202=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 246 (96.48% from 255 or 35.04% from 702); Blue value is 202 (79.30% from 255 or 28.77% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6CA is #010935. Grayscale: #F3F3F3. Windows color (decimal): -67894 or 13301502. OLE color: 13301502.
HSL color Cylindrical-coordinate representation of color #FEF6CA: hue angle of 50.77º 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 #FEF6CA is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 202 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.00 |
| HSL | 50.77º | 0.96% | 0.89% | - |
| HSV(B) | 50.77º | 0.2% | 1% | - |
| XYZ | 84.49 | 91.25 | 69.04 | - |
| YUV | 243.38 | 104.65 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 202 | 0 | 0.03 | 0.20 | 0.00 | 50.77 | 0.96 | 0.89 |
| Hex | FE | F6 | CA | 0 | 3 | 14 | 0 | 33 | 60 | 59 |
| Octal | 376 | 366 | 312 | 0 | 3 | 24 | 0 | 63 | 140 | 131 |
| Binary | 11111110 | 11110110 | 11001010 | 0 | 11 | 10100 | 0 | 110011 | 1100000 | 1011001 |
Color Harmonies of #FEF6CA
Complementary color
Monochromatic Colors of #FEF6CA
Black with #FEF6CA
Text Example
Text Example
White with #FEF6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6CA; }
p { color: rgb(254,246,202); }
H1.HeaderClassName
{
color: #FEF6CA;
}
.AnyTagClassName
{
color: #FEF6CA;
}
</style>
background-color css
<style>
a { background-color: #FEF6CA; }
a { background-color: rgb(254,246,202); }
div.DivClassName
{
background-color: #FEF6CA;
}
.BgClassName
{
background-color: #FEF6CA;
}
</style>
border-color css
<style>
span { border-color: #FEF6CA; }
span { border-color: rgb(254,246,202); }
td.TdClassName
{
border-color: #FEF6CA;
}
.TagClassName
{
border-color: #FEF6CA;
}
</style>