Shades of Light Yellow #FEFCE1
Tints of Light Yellow #FEFCE1
RGB
CMYK
RGB Variations
Color information
#FEFCE1 (or 0xFEFCE1) is known color: Light Yellow. HEX triplet: FE, FC and E1. RGB value is (254,252,225). Sum of RGB (Red+Green+Blue) = 254+252+225=731 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.75% from 731); Green value is 252 (98.83% from 255 or 34.47% from 731); Blue value is 225 (88.28% from 255 or 30.78% from 731); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFCE1 is #01031E. Grayscale: #F9F9F9. Windows color (decimal): -66335 or 14810366. OLE color: 14810366.
HSL color Cylindrical-coordinate representation of color #FEFCE1: hue angle of 55.86º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FEFCE1 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 225 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.00 |
| HSL | 55.86º | 0.94% | 0.94% | - |
| HSV(B) | 55.86º | 0.11% | 1% | - |
| XYZ | 89.27 | 96.13 | 85.08 | - |
| YUV | 249.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 225 | 0 | 0.01 | 0.11 | 0.00 | 55.86 | 0.94 | 0.94 |
| Hex | FE | FC | E1 | 0 | 1 | B | 0 | 38 | 5E | 5E |
| Octal | 376 | 374 | 341 | 0 | 1 | 13 | 0 | 70 | 136 | 136 |
| Binary | 11111110 | 11111100 | 11100001 | 0 | 1 | 1011 | 0 | 111000 | 1011110 | 1011110 |
Color Harmonies of #FEFCE1
Complementary color
Monochromatic Colors of #FEFCE1
Black with #FEFCE1
Text Example
Text Example
White with #FEFCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFCE1; }
p { color: rgb(254,252,225); }
H1.HeaderClassName
{
color: #FEFCE1;
}
.AnyTagClassName
{
color: #FEFCE1;
}
</style>
background-color css
<style>
a { background-color: #FEFCE1; }
a { background-color: rgb(254,252,225); }
div.DivClassName
{
background-color: #FEFCE1;
}
.BgClassName
{
background-color: #FEFCE1;
}
</style>
border-color css
<style>
span { border-color: #FEFCE1; }
span { border-color: rgb(254,252,225); }
td.TdClassName
{
border-color: #FEFCE1;
}
.TagClassName
{
border-color: #FEFCE1;
}
</style>