Shades of Light Yellow #FEFEDD
Tints of Light Yellow #FEFEDD
RGB
CMYK
RGB Variations
Color information
#FEFEDD (or 0xFEFEDD) is known color: Light Yellow. HEX triplet: FE, FE and DD. RGB value is (254,254,221). Sum of RGB (Red+Green+Blue) = 254+254+221=729 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.84% from 729); Green value is 254 (99.61% from 255 or 34.84% from 729); Blue value is 221 (86.72% from 255 or 30.32% from 729); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFEDD is #010122. Grayscale: #FAFAFA. Windows color (decimal): -65827 or 14548734. OLE color: 14548734.
HSL color Cylindrical-coordinate representation of color #FEFEDD: hue angle of 60º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEFEDD is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 221 | - |
| CMYK | 0 | 0 | 0.13 | 0.00 |
| HSL | 60º | 0.94% | 0.93% | - |
| HSV(B) | 60º | 0.13% | 1% | - |
| XYZ | 89.37 | 97.17 | 82.45 | - |
| YUV | 250.24 | 111.5 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 221 | 0 | 0 | 0.13 | 0.00 | 60 | 0.94 | 0.93 |
| Hex | FE | FE | DD | 0 | 0 | D | 0 | 3C | 5E | 5D |
| Octal | 376 | 376 | 335 | 0 | 0 | 15 | 0 | 74 | 136 | 135 |
| Binary | 11111110 | 11111110 | 11011101 | 0 | 0 | 1101 | 0 | 111100 | 1011110 | 1011101 |
Color Harmonies of #FEFEDD
Complementary color
Monochromatic Colors of #FEFEDD
Black with #FEFEDD
Text Example
Text Example
White with #FEFEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFEDD; }
p { color: rgb(254,254,221); }
H1.HeaderClassName
{
color: #FEFEDD;
}
.AnyTagClassName
{
color: #FEFEDD;
}
</style>
background-color css
<style>
a { background-color: #FEFEDD; }
a { background-color: rgb(254,254,221); }
div.DivClassName
{
background-color: #FEFEDD;
}
.BgClassName
{
background-color: #FEFEDD;
}
</style>
border-color css
<style>
span { border-color: #FEFEDD; }
span { border-color: rgb(254,254,221); }
td.TdClassName
{
border-color: #FEFEDD;
}
.TagClassName
{
border-color: #FEFEDD;
}
</style>