Shades of Light Yellow #FDFEDC
Tints of Light Yellow #FDFEDC
RGB
CMYK
RGB Variations
Color information
#FDFEDC (or 0xFDFEDC) is known color: Light Yellow. HEX triplet: FD, FE and DC. RGB value is (253,254,220). Sum of RGB (Red+Green+Blue) = 253+254+220=727 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.80% from 727); Green value is 254 (99.61% from 255 or 34.94% from 727); Blue value is 220 (86.33% from 255 or 30.26% from 727); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEDC is #020123. Grayscale: #F9F9F9. Windows color (decimal): -131364 or 14483197. OLE color: 14483197.
HSL color Cylindrical-coordinate representation of color #FDFEDC: hue angle of 61.76º 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 #FDFEDC is Cyan = 0.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 254 | 220 | - |
CMYK | 0.00 | 0 | 0.13 | 0.00 |
HSL | 61.76º | 0.94% | 0.93% | - |
HSV(B) | 61.76º | 0.13% | 1% | - |
XYZ | 88.87 | 96.93 | 81.74 | - |
YUV | 249.83 | 111.17 | 130.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 254 | 220 | 0.00 | 0 | 0.13 | 0.00 | 61.76 | 0.94 | 0.93 |
Hex | FD | FE | DC | 0 | 0 | D | 0 | 3E | 5E | 5D |
Octal | 375 | 376 | 334 | 0 | 0 | 15 | 0 | 76 | 136 | 135 |
Binary | 11111101 | 11111110 | 11011100 | 0 | 0 | 1101 | 0 | 111110 | 1011110 | 1011101 |
Color Harmonies of #FDFEDC
Complementary color
Monochromatic Colors of #FDFEDC
Black with #FDFEDC
Text Example
Text Example
White with #FDFEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEDC; }
p { color: rgb(253,254,220); }
H1.HeaderClassName
{
color: #FDFEDC;
}
.AnyTagClassName
{
color: #FDFEDC;
}
</style>
background-color css
<style>
a { background-color: #FDFEDC; }
a { background-color: rgb(253,254,220); }
div.DivClassName
{
background-color: #FDFEDC;
}
.BgClassName
{
background-color: #FDFEDC;
}
</style>
border-color css
<style>
span { border-color: #FDFEDC; }
span { border-color: rgb(253,254,220); }
td.TdClassName
{
border-color: #FDFEDC;
}
.TagClassName
{
border-color: #FDFEDC;
}
</style>