Shades of Lemon Chiffon #FEF6CB
Tints of Lemon Chiffon #FEF6CB
RGB
CMYK
RGB Variations
Color information
#FEF6CB (or 0xFEF6CB) is known color: Lemon Chiffon. HEX triplet: FE, F6 and CB. RGB value is (254,246,203). Sum of RGB (Red+Green+Blue) = 254+246+203=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 246 (96.48% from 255 or 34.99% from 703); Blue value is 203 (79.69% from 255 or 28.88% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6CB is #010934. Grayscale: #F3F3F3. Windows color (decimal): -67893 or 13367038. OLE color: 13367038.
HSL color Cylindrical-coordinate representation of color #FEF6CB: hue angle of 50.59º 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 #FEF6CB is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 203 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.00 |
| HSL | 50.59º | 0.96% | 0.9% | - |
| HSV(B) | 50.59º | 0.2% | 1% | - |
| XYZ | 84.61 | 91.29 | 69.66 | - |
| YUV | 243.49 | 105.15 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 203 | 0 | 0.03 | 0.20 | 0.00 | 50.59 | 0.96 | 0.9 |
| Hex | FE | F6 | CB | 0 | 3 | 14 | 0 | 33 | 60 | 5A |
| Octal | 376 | 366 | 313 | 0 | 3 | 24 | 0 | 63 | 140 | 132 |
| Binary | 11111110 | 11110110 | 11001011 | 0 | 11 | 10100 | 0 | 110011 | 1100000 | 1011010 |
Color Harmonies of #FEF6CB
Complementary color
Monochromatic Colors of #FEF6CB
Black with #FEF6CB
Text Example
Text Example
White with #FEF6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6CB; }
p { color: rgb(254,246,203); }
H1.HeaderClassName
{
color: #FEF6CB;
}
.AnyTagClassName
{
color: #FEF6CB;
}
</style>
background-color css
<style>
a { background-color: #FEF6CB; }
a { background-color: rgb(254,246,203); }
div.DivClassName
{
background-color: #FEF6CB;
}
.BgClassName
{
background-color: #FEF6CB;
}
</style>
border-color css
<style>
span { border-color: #FEF6CB; }
span { border-color: rgb(254,246,203); }
td.TdClassName
{
border-color: #FEF6CB;
}
.TagClassName
{
border-color: #FEF6CB;
}
</style>