Shades of Light Yellow #FEFFE1
Tints of Light Yellow #FEFFE1
RGB
CMYK
RGB Variations
Color information
#FEFFE1 (or 0xFEFFE1) is known color: Light Yellow. HEX triplet: FE, FF and E1. RGB value is (254,255,225). Sum of RGB (Red+Green+Blue) = 254+255+225=734 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.60% from 734); Green value is 255 (100% from 255 or 34.74% from 734); Blue value is 225 (88.28% from 255 or 30.65% from 734); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFE1 is #01001E. Grayscale: #FBFBFB. Windows color (decimal): -65567 or 14811134. OLE color: 14811134.
HSL color Cylindrical-coordinate representation of color #FEFFE1: hue angle of 62º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEFFE1 is Cyan = 0.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 225 | - |
| CMYK | 0.00 | 0 | 0.12 | 0 |
| HSL | 62º | 1% | 0.94% | - |
| HSV(B) | 62º | 0.12% | 1% | - |
| XYZ | 90.22 | 98.03 | 85.4 | - |
| YUV | 251.28 | 113.17 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 225 | 0.00 | 0 | 0.12 | 0 | 62 | 1 | 0.94 |
| Hex | FE | FF | E1 | 0 | 0 | C | 0 | 3E | 64 | 5E |
| Octal | 376 | 377 | 341 | 0 | 0 | 14 | 0 | 76 | 144 | 136 |
| Binary | 11111110 | 11111111 | 11100001 | 0 | 0 | 1100 | 0 | 111110 | 1100100 | 1011110 |
Color Harmonies of #FEFFE1
Complementary color
Monochromatic Colors of #FEFFE1
Black with #FEFFE1
Text Example
Text Example
White with #FEFFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFE1; }
p { color: rgb(254,255,225); }
H1.HeaderClassName
{
color: #FEFFE1;
}
.AnyTagClassName
{
color: #FEFFE1;
}
</style>
background-color css
<style>
a { background-color: #FEFFE1; }
a { background-color: rgb(254,255,225); }
div.DivClassName
{
background-color: #FEFFE1;
}
.BgClassName
{
background-color: #FEFFE1;
}
</style>
border-color css
<style>
span { border-color: #FEFFE1; }
span { border-color: rgb(254,255,225); }
td.TdClassName
{
border-color: #FEFFE1;
}
.TagClassName
{
border-color: #FEFFE1;
}
</style>