Shades of Light Yellow #FEFEDC
Tints of Light Yellow #FEFEDC
RGB
CMYK
RGB Variations
Color information
#FEFEDC (or 0xFEFEDC) is known color: Light Yellow. HEX triplet: FE, FE and DC. RGB value is (254,254,220). Sum of RGB (Red+Green+Blue) = 254+254+220=728 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.89% from 728); Green value is 254 (99.61% from 255 or 34.89% from 728); Blue value is 220 (86.33% from 255 or 30.22% from 728); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFEDC is #010123. Grayscale: #FAFAFA. Windows color (decimal): -65828 or 14483198. OLE color: 14483198.
HSL color Cylindrical-coordinate representation of color #FEFEDC: 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 #FEFEDC is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 220 | - |
| CMYK | 0 | 0 | 0.13 | 0.00 |
| HSL | 60º | 0.94% | 0.93% | - |
| HSV(B) | 60º | 0.13% | 1% | - |
| XYZ | 89.23 | 97.12 | 81.75 | - |
| YUV | 250.12 | 111 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 220 | 0 | 0 | 0.13 | 0.00 | 60 | 0.94 | 0.93 |
| Hex | FE | FE | DC | 0 | 0 | D | 0 | 3C | 5E | 5D |
| Octal | 376 | 376 | 334 | 0 | 0 | 15 | 0 | 74 | 136 | 135 |
| Binary | 11111110 | 11111110 | 11011100 | 0 | 0 | 1101 | 0 | 111100 | 1011110 | 1011101 |
Color Harmonies of #FEFEDC
Complementary color
Monochromatic Colors of #FEFEDC
Black with #FEFEDC
Text Example
Text Example
White with #FEFEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFEDC; }
p { color: rgb(254,254,220); }
H1.HeaderClassName
{
color: #FEFEDC;
}
.AnyTagClassName
{
color: #FEFEDC;
}
</style>
background-color css
<style>
a { background-color: #FEFEDC; }
a { background-color: rgb(254,254,220); }
div.DivClassName
{
background-color: #FEFEDC;
}
.BgClassName
{
background-color: #FEFEDC;
}
</style>
border-color css
<style>
span { border-color: #FEFEDC; }
span { border-color: rgb(254,254,220); }
td.TdClassName
{
border-color: #FEFEDC;
}
.TagClassName
{
border-color: #FEFEDC;
}
</style>