Shades of Light Yellow #FEFEE1
Tints of Light Yellow #FEFEE1
RGB
CMYK
RGB Variations
Color information
#FEFEE1 (or 0xFEFEE1) is known color: Light Yellow. HEX triplet: FE, FE and E1. RGB value is (254,254,225). Sum of RGB (Red+Green+Blue) = 254+254+225=733 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.65% from 733); Green value is 254 (99.61% from 255 or 34.65% from 733); Blue value is 225 (88.28% from 255 or 30.70% from 733); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFEE1 is #01011E. Grayscale: #FAFAFA. Windows color (decimal): -65823 or 14810878. OLE color: 14810878.
HSL color Cylindrical-coordinate representation of color #FEFEE1: hue angle of 60º 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 #FEFEE1 is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 225 | - |
| CMYK | 0 | 0 | 0.11 | 0.00 |
| HSL | 60º | 0.94% | 0.94% | - |
| HSV(B) | 60º | 0.11% | 1% | - |
| XYZ | 89.91 | 97.39 | 85.29 | - |
| YUV | 250.69 | 113.5 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 225 | 0 | 0 | 0.11 | 0.00 | 60 | 0.94 | 0.94 |
| Hex | FE | FE | E1 | 0 | 0 | B | 0 | 3C | 5E | 5E |
| Octal | 376 | 376 | 341 | 0 | 0 | 13 | 0 | 74 | 136 | 136 |
| Binary | 11111110 | 11111110 | 11100001 | 0 | 0 | 1011 | 0 | 111100 | 1011110 | 1011110 |
Color Harmonies of #FEFEE1
Complementary color
Monochromatic Colors of #FEFEE1
Black with #FEFEE1
Text Example
Text Example
White with #FEFEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFEE1; }
p { color: rgb(254,254,225); }
H1.HeaderClassName
{
color: #FEFEE1;
}
.AnyTagClassName
{
color: #FEFEE1;
}
</style>
background-color css
<style>
a { background-color: #FEFEE1; }
a { background-color: rgb(254,254,225); }
div.DivClassName
{
background-color: #FEFEE1;
}
.BgClassName
{
background-color: #FEFEE1;
}
</style>
border-color css
<style>
span { border-color: #FEFEE1; }
span { border-color: rgb(254,254,225); }
td.TdClassName
{
border-color: #FEFEE1;
}
.TagClassName
{
border-color: #FEFEE1;
}
</style>