Shades of Light Yellow #FEFEE5
Tints of Light Yellow #FEFEE5
RGB
CMYK
RGB Variations
Color information
#FEFEE5 (or 0xFEFEE5) is known color: Light Yellow. HEX triplet: FE, FE and E5. RGB value is (254,254,229). Sum of RGB (Red+Green+Blue) = 254+254+229=737 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.46% from 737); Green value is 254 (99.61% from 255 or 34.46% from 737); Blue value is 229 (89.84% from 255 or 31.07% from 737); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFEE5 is #01011A. Grayscale: #FBFBFB. Windows color (decimal): -65819 or 15073022. OLE color: 15073022.
HSL color Cylindrical-coordinate representation of color #FEFEE5: hue angle of 60º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FEFEE5 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 229 | - |
| CMYK | 0 | 0 | 0.10 | 0.00 |
| HSL | 60º | 0.93% | 0.95% | - |
| HSV(B) | 60º | 0.1% | 1% | - |
| XYZ | 90.46 | 97.61 | 88.2 | - |
| YUV | 251.15 | 115.5 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 229 | 0 | 0 | 0.10 | 0.00 | 60 | 0.93 | 0.95 |
| Hex | FE | FE | E5 | 0 | 0 | A | 0 | 3C | 5D | 5F |
| Octal | 376 | 376 | 345 | 0 | 0 | 12 | 0 | 74 | 135 | 137 |
| Binary | 11111110 | 11111110 | 11100101 | 0 | 0 | 1010 | 0 | 111100 | 1011101 | 1011111 |
Color Harmonies of #FEFEE5
Complementary color
Monochromatic Colors of #FEFEE5
Black with #FEFEE5
Text Example
Text Example
White with #FEFEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFEE5; }
p { color: rgb(254,254,229); }
H1.HeaderClassName
{
color: #FEFEE5;
}
.AnyTagClassName
{
color: #FEFEE5;
}
</style>
background-color css
<style>
a { background-color: #FEFEE5; }
a { background-color: rgb(254,254,229); }
div.DivClassName
{
background-color: #FEFEE5;
}
.BgClassName
{
background-color: #FEFEE5;
}
</style>
border-color css
<style>
span { border-color: #FEFEE5; }
span { border-color: rgb(254,254,229); }
td.TdClassName
{
border-color: #FEFEE5;
}
.TagClassName
{
border-color: #FEFEE5;
}
</style>