Shades of Light Yellow #FEFEDF
Tints of Light Yellow #FEFEDF
RGB
CMYK
RGB Variations
Color information
#FEFEDF (or 0xFEFEDF) is known color: Light Yellow. HEX triplet: FE, FE and DF. RGB value is (254,254,223). Sum of RGB (Red+Green+Blue) = 254+254+223=731 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.75% from 731); Green value is 254 (99.61% from 255 or 34.75% from 731); Blue value is 223 (87.5% from 255 or 30.51% from 731); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFEDF is #010120. Grayscale: #FAFAFA. Windows color (decimal): -65825 or 14679806. OLE color: 14679806.
HSL color Cylindrical-coordinate representation of color #FEFEDF: hue angle of 60º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEFEDF is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 223 | - |
| CMYK | 0 | 0 | 0.12 | 0.00 |
| HSL | 60º | 0.94% | 0.94% | - |
| HSV(B) | 60º | 0.12% | 1% | - |
| XYZ | 89.63 | 97.28 | 83.87 | - |
| YUV | 250.47 | 112.5 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 223 | 0 | 0 | 0.12 | 0.00 | 60 | 0.94 | 0.94 |
| Hex | FE | FE | DF | 0 | 0 | C | 0 | 3C | 5E | 5E |
| Octal | 376 | 376 | 337 | 0 | 0 | 14 | 0 | 74 | 136 | 136 |
| Binary | 11111110 | 11111110 | 11011111 | 0 | 0 | 1100 | 0 | 111100 | 1011110 | 1011110 |
Color Harmonies of #FEFEDF
Complementary color
Monochromatic Colors of #FEFEDF
Black with #FEFEDF
Text Example
Text Example
White with #FEFEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFEDF; }
p { color: rgb(254,254,223); }
H1.HeaderClassName
{
color: #FEFEDF;
}
.AnyTagClassName
{
color: #FEFEDF;
}
</style>
background-color css
<style>
a { background-color: #FEFEDF; }
a { background-color: rgb(254,254,223); }
div.DivClassName
{
background-color: #FEFEDF;
}
.BgClassName
{
background-color: #FEFEDF;
}
</style>
border-color css
<style>
span { border-color: #FEFEDF; }
span { border-color: rgb(254,254,223); }
td.TdClassName
{
border-color: #FEFEDF;
}
.TagClassName
{
border-color: #FEFEDF;
}
</style>