Shades of Light Yellow #FFFEDD
Tints of Light Yellow #FFFEDD
RGB
CMYK
RGB Variations
Color information
#FFFEDD (or 0xFFFEDD) is known color: Light Yellow. HEX triplet: FF, FE and DD. RGB value is (255,254,221). Sum of RGB (Red+Green+Blue) = 255+254+221=730 (96% of max value = 765). Red value is 255 (100% from 255 or 34.93% from 730); Green value is 254 (99.61% from 255 or 34.79% from 730); Blue value is 221 (86.72% from 255 or 30.27% from 730); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFEDD is #000122. Grayscale: #FAFAFA. Windows color (decimal): -291 or 14548735. OLE color: 14548735.
HSL color Cylindrical-coordinate representation of color #FFFEDD: hue angle of 58.24º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFFEDD is Cyan = 0, Magento = 0.00, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 254 | 221 | - |
CMYK | 0 | 0.00 | 0.13 | 0 |
HSL | 58.24º | 1% | 0.93% | - |
HSV(B) | 58.24º | 0.13% | 1% | - |
XYZ | 89.73 | 97.36 | 82.47 | - |
YUV | 250.54 | 111.33 | 131.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 254 | 221 | 0 | 0.00 | 0.13 | 0 | 58.24 | 1 | 0.93 |
Hex | FF | FE | DD | 0 | 0 | D | 0 | 3A | 64 | 5D |
Octal | 377 | 376 | 335 | 0 | 0 | 15 | 0 | 72 | 144 | 135 |
Binary | 11111111 | 11111110 | 11011101 | 0 | 0 | 1101 | 0 | 111010 | 1100100 | 1011101 |
Color Harmonies of #FFFEDD
Complementary color
Monochromatic Colors of #FFFEDD
Black with #FFFEDD
Text Example
Text Example
White with #FFFEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFEDD; }
p { color: rgb(255,254,221); }
H1.HeaderClassName
{
color: #FFFEDD;
}
.AnyTagClassName
{
color: #FFFEDD;
}
</style>
background-color css
<style>
a { background-color: #FFFEDD; }
a { background-color: rgb(255,254,221); }
div.DivClassName
{
background-color: #FFFEDD;
}
.BgClassName
{
background-color: #FFFEDD;
}
</style>
border-color css
<style>
span { border-color: #FFFEDD; }
span { border-color: rgb(255,254,221); }
td.TdClassName
{
border-color: #FFFEDD;
}
.TagClassName
{
border-color: #FFFEDD;
}
</style>