Shades of Light Yellow #FFFEE1
Tints of Light Yellow #FFFEE1
RGB
CMYK
RGB Variations
Color information
#FFFEE1 (or 0xFFFEE1) is known color: Light Yellow. HEX triplet: FF, FE and E1. RGB value is (255,254,225). Sum of RGB (Red+Green+Blue) = 255+254+225=734 (97% of max value = 765). Red value is 255 (100% from 255 or 34.74% from 734); Green value is 254 (99.61% from 255 or 34.60% from 734); Blue value is 225 (88.28% from 255 or 30.65% from 734); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFEE1 is #00011E. Grayscale: #FBFBFB. Windows color (decimal): -287 or 14810879. OLE color: 14810879.
HSL color Cylindrical-coordinate representation of color #FFFEE1: hue angle of 58º 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 #FFFEE1 is Cyan = 0, Magento = 0.00, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 225 | - |
| CMYK | 0 | 0.00 | 0.12 | 0 |
| HSL | 58º | 1% | 0.94% | - |
| HSV(B) | 58º | 0.12% | 1% | - |
| XYZ | 90.27 | 97.58 | 85.31 | - |
| YUV | 250.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 225 | 0 | 0.00 | 0.12 | 0 | 58 | 1 | 0.94 |
| Hex | FF | FE | E1 | 0 | 0 | C | 0 | 3A | 64 | 5E |
| Octal | 377 | 376 | 341 | 0 | 0 | 14 | 0 | 72 | 144 | 136 |
| Binary | 11111111 | 11111110 | 11100001 | 0 | 0 | 1100 | 0 | 111010 | 1100100 | 1011110 |
Color Harmonies of #FFFEE1
Complementary color
Monochromatic Colors of #FFFEE1
Black with #FFFEE1
Text Example
Text Example
White with #FFFEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFEE1; }
p { color: rgb(255,254,225); }
H1.HeaderClassName
{
color: #FFFEE1;
}
.AnyTagClassName
{
color: #FFFEE1;
}
</style>
background-color css
<style>
a { background-color: #FFFEE1; }
a { background-color: rgb(255,254,225); }
div.DivClassName
{
background-color: #FFFEE1;
}
.BgClassName
{
background-color: #FFFEE1;
}
</style>
border-color css
<style>
span { border-color: #FFFEE1; }
span { border-color: rgb(255,254,225); }
td.TdClassName
{
border-color: #FFFEE1;
}
.TagClassName
{
border-color: #FFFEE1;
}
</style>