Shades of Light Yellow #FEFDE1
Tints of Light Yellow #FEFDE1
RGB
CMYK
RGB Variations
Color information
#FEFDE1 (or 0xFEFDE1) is known color: Light Yellow. HEX triplet: FE, FD and E1. RGB value is (254,253,225). Sum of RGB (Red+Green+Blue) = 254+253+225=732 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.70% from 732); Green value is 253 (99.22% from 255 or 34.56% from 732); Blue value is 225 (88.28% from 255 or 30.74% from 732); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDE1 is #01021E. Grayscale: #FAFAFA. Windows color (decimal): -66079 or 14810622. OLE color: 14810622.
HSL color Cylindrical-coordinate representation of color #FEFDE1: hue angle of 57.93º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FEFDE1 is Cyan = 0, Magento = 0.00, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 225 | - |
| CMYK | 0 | 0.00 | 0.11 | 0.00 |
| HSL | 57.93º | 0.94% | 0.94% | - |
| HSV(B) | 57.93º | 0.11% | 1% | - |
| XYZ | 89.59 | 96.76 | 85.19 | - |
| YUV | 250.11 | 113.83 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 225 | 0 | 0.00 | 0.11 | 0.00 | 57.93 | 0.94 | 0.94 |
| Hex | FE | FD | E1 | 0 | 0 | B | 0 | 3A | 5E | 5E |
| Octal | 376 | 375 | 341 | 0 | 0 | 13 | 0 | 72 | 136 | 136 |
| Binary | 11111110 | 11111101 | 11100001 | 0 | 0 | 1011 | 0 | 111010 | 1011110 | 1011110 |
Color Harmonies of #FEFDE1
Complementary color
Monochromatic Colors of #FEFDE1
Black with #FEFDE1
Text Example
Text Example
White with #FEFDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDE1; }
p { color: rgb(254,253,225); }
H1.HeaderClassName
{
color: #FEFDE1;
}
.AnyTagClassName
{
color: #FEFDE1;
}
</style>
background-color css
<style>
a { background-color: #FEFDE1; }
a { background-color: rgb(254,253,225); }
div.DivClassName
{
background-color: #FEFDE1;
}
.BgClassName
{
background-color: #FEFDE1;
}
</style>
border-color css
<style>
span { border-color: #FEFDE1; }
span { border-color: rgb(254,253,225); }
td.TdClassName
{
border-color: #FEFDE1;
}
.TagClassName
{
border-color: #FEFDE1;
}
</style>