Shades of Lemon Chiffon #FEF8CB
Tints of Lemon Chiffon #FEF8CB
RGB
CMYK
RGB Variations
Color information
#FEF8CB (or 0xFEF8CB) is known color: Lemon Chiffon. HEX triplet: FE, F8 and CB. RGB value is (254,248,203). Sum of RGB (Red+Green+Blue) = 254+248+203=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 248 (97.27% from 255 or 35.18% from 705); Blue value is 203 (79.69% from 255 or 28.79% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF8CB is #010734. Grayscale: #F4F4F4. Windows color (decimal): -67381 or 13367550. OLE color: 13367550.
HSL color Cylindrical-coordinate representation of color #FEF8CB: hue angle of 52.94º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEF8CB is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 203 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.00 |
| HSL | 52.94º | 0.96% | 0.9% | - |
| HSV(B) | 52.94º | 0.2% | 1% | - |
| XYZ | 85.22 | 92.52 | 69.87 | - |
| YUV | 244.66 | 104.49 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 203 | 0 | 0.02 | 0.20 | 0.00 | 52.94 | 0.96 | 0.9 |
| Hex | FE | F8 | CB | 0 | 2 | 14 | 0 | 35 | 60 | 5A |
| Octal | 376 | 370 | 313 | 0 | 2 | 24 | 0 | 65 | 140 | 132 |
| Binary | 11111110 | 11111000 | 11001011 | 0 | 10 | 10100 | 0 | 110101 | 1100000 | 1011010 |
Color Harmonies of #FEF8CB
Complementary color
Monochromatic Colors of #FEF8CB
Black with #FEF8CB
Text Example
Text Example
White with #FEF8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF8CB; }
p { color: rgb(254,248,203); }
H1.HeaderClassName
{
color: #FEF8CB;
}
.AnyTagClassName
{
color: #FEF8CB;
}
</style>
background-color css
<style>
a { background-color: #FEF8CB; }
a { background-color: rgb(254,248,203); }
div.DivClassName
{
background-color: #FEF8CB;
}
.BgClassName
{
background-color: #FEF8CB;
}
</style>
border-color css
<style>
span { border-color: #FEF8CB; }
span { border-color: rgb(254,248,203); }
td.TdClassName
{
border-color: #FEF8CB;
}
.TagClassName
{
border-color: #FEF8CB;
}
</style>