Shades of Lemon Chiffon #FEF5CB
Tints of Lemon Chiffon #FEF5CB
RGB
CMYK
RGB Variations
Color information
#FEF5CB (or 0xFEF5CB) is known color: Lemon Chiffon. HEX triplet: FE, F5 and CB. RGB value is (254,245,203). Sum of RGB (Red+Green+Blue) = 254+245+203=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 245 (96.09% from 255 or 34.90% from 702); Blue value is 203 (79.69% from 255 or 28.92% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5CB is #010A34. Grayscale: #F3F3F3. Windows color (decimal): -68149 or 13366782. OLE color: 13366782.
HSL color Cylindrical-coordinate representation of color #FEF5CB: hue angle of 49.41º 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 #FEF5CB is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 203 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.00 |
| HSL | 49.41º | 0.96% | 0.9% | - |
| HSV(B) | 49.41º | 0.2% | 1% | - |
| XYZ | 84.3 | 90.69 | 69.56 | - |
| YUV | 242.9 | 105.48 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 203 | 0 | 0.04 | 0.20 | 0.00 | 49.41 | 0.96 | 0.9 |
| Hex | FE | F5 | CB | 0 | 4 | 14 | 0 | 31 | 60 | 5A |
| Octal | 376 | 365 | 313 | 0 | 4 | 24 | 0 | 61 | 140 | 132 |
| Binary | 11111110 | 11110101 | 11001011 | 0 | 100 | 10100 | 0 | 110001 | 1100000 | 1011010 |
Color Harmonies of #FEF5CB
Complementary color
Monochromatic Colors of #FEF5CB
Black with #FEF5CB
Text Example
Text Example
White with #FEF5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF5CB; }
p { color: rgb(254,245,203); }
H1.HeaderClassName
{
color: #FEF5CB;
}
.AnyTagClassName
{
color: #FEF5CB;
}
</style>
background-color css
<style>
a { background-color: #FEF5CB; }
a { background-color: rgb(254,245,203); }
div.DivClassName
{
background-color: #FEF5CB;
}
.BgClassName
{
background-color: #FEF5CB;
}
</style>
border-color css
<style>
span { border-color: #FEF5CB; }
span { border-color: rgb(254,245,203); }
td.TdClassName
{
border-color: #FEF5CB;
}
.TagClassName
{
border-color: #FEF5CB;
}
</style>