Shades of Light Yellow #FDFEDD
Tints of Light Yellow #FDFEDD
RGB
CMYK
RGB Variations
Color information
#FDFEDD (or 0xFDFEDD) is known color: Light Yellow. HEX triplet: FD, FE and DD. RGB value is (253,254,221). Sum of RGB (Red+Green+Blue) = 253+254+221=728 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.75% from 728); Green value is 254 (99.61% from 255 or 34.89% from 728); Blue value is 221 (86.72% from 255 or 30.36% from 728); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEDD is #020122. Grayscale: #FAFAFA. Windows color (decimal): -131363 or 14548733. OLE color: 14548733.
HSL color Cylindrical-coordinate representation of color #FDFEDD: hue angle of 61.82º 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 #FDFEDD is Cyan = 0.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 254 | 221 | - |
CMYK | 0.00 | 0 | 0.13 | 0.00 |
HSL | 61.82º | 0.94% | 0.93% | - |
HSV(B) | 61.82º | 0.13% | 1% | - |
XYZ | 89 | 96.99 | 82.44 | - |
YUV | 249.94 | 111.67 | 130.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 254 | 221 | 0.00 | 0 | 0.13 | 0.00 | 61.82 | 0.94 | 0.93 |
Hex | FD | FE | DD | 0 | 0 | D | 0 | 3E | 5E | 5D |
Octal | 375 | 376 | 335 | 0 | 0 | 15 | 0 | 76 | 136 | 135 |
Binary | 11111101 | 11111110 | 11011101 | 0 | 0 | 1101 | 0 | 111110 | 1011110 | 1011101 |
Color Harmonies of #FDFEDD
Complementary color
Monochromatic Colors of #FDFEDD
Black with #FDFEDD
Text Example
Text Example
White with #FDFEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEDD; }
p { color: rgb(253,254,221); }
H1.HeaderClassName
{
color: #FDFEDD;
}
.AnyTagClassName
{
color: #FDFEDD;
}
</style>
background-color css
<style>
a { background-color: #FDFEDD; }
a { background-color: rgb(253,254,221); }
div.DivClassName
{
background-color: #FDFEDD;
}
.BgClassName
{
background-color: #FDFEDD;
}
</style>
border-color css
<style>
span { border-color: #FDFEDD; }
span { border-color: rgb(253,254,221); }
td.TdClassName
{
border-color: #FDFEDD;
}
.TagClassName
{
border-color: #FDFEDD;
}
</style>