Shades of Light Yellow #FEFDE0
Tints of Light Yellow #FEFDE0
RGB
CMYK
RGB Variations
Color information
#FEFDE0 (or 0xFEFDE0) is known color: Light Yellow. HEX triplet: FE, FD and E0. RGB value is (254,253,224). Sum of RGB (Red+Green+Blue) = 254+253+224=731 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.75% from 731); Green value is 253 (99.22% from 255 or 34.61% from 731); Blue value is 224 (87.89% from 255 or 30.64% from 731); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDE0 is #01021F. Grayscale: #FAFAFA. Windows color (decimal): -66080 or 14745086. OLE color: 14745086.
HSL color Cylindrical-coordinate representation of color #FEFDE0: hue angle of 58º 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 #FEFDE0 is Cyan = 0, Magento = 0.00, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 224 | - |
| CMYK | 0 | 0.00 | 0.12 | 0.00 |
| HSL | 58º | 0.94% | 0.94% | - |
| HSV(B) | 58º | 0.12% | 1% | - |
| XYZ | 89.45 | 96.7 | 84.47 | - |
| YUV | 249.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 224 | 0 | 0.00 | 0.12 | 0.00 | 58 | 0.94 | 0.94 |
| Hex | FE | FD | E0 | 0 | 0 | C | 0 | 3A | 5E | 5E |
| Octal | 376 | 375 | 340 | 0 | 0 | 14 | 0 | 72 | 136 | 136 |
| Binary | 11111110 | 11111101 | 11100000 | 0 | 0 | 1100 | 0 | 111010 | 1011110 | 1011110 |
Color Harmonies of #FEFDE0
Complementary color
Monochromatic Colors of #FEFDE0
Black with #FEFDE0
Text Example
Text Example
White with #FEFDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDE0; }
p { color: rgb(254,253,224); }
H1.HeaderClassName
{
color: #FEFDE0;
}
.AnyTagClassName
{
color: #FEFDE0;
}
</style>
background-color css
<style>
a { background-color: #FEFDE0; }
a { background-color: rgb(254,253,224); }
div.DivClassName
{
background-color: #FEFDE0;
}
.BgClassName
{
background-color: #FEFDE0;
}
</style>
border-color css
<style>
span { border-color: #FEFDE0; }
span { border-color: rgb(254,253,224); }
td.TdClassName
{
border-color: #FEFDE0;
}
.TagClassName
{
border-color: #FEFDE0;
}
</style>