Shades of Light Yellow #FDFCDD
Tints of Light Yellow #FDFCDD
RGB
CMYK
RGB Variations
Color information
#FDFCDD (or 0xFDFCDD) is known color: Light Yellow. HEX triplet: FD, FC and DD. RGB value is (253,252,221). Sum of RGB (Red+Green+Blue) = 253+252+221=726 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.85% from 726); Green value is 252 (98.83% from 255 or 34.71% from 726); Blue value is 221 (86.72% from 255 or 30.44% from 726); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCDD is #020322. Grayscale: #F8F8F8. Windows color (decimal): -131875 or 14548221. OLE color: 14548221.
HSL color Cylindrical-coordinate representation of color #FDFCDD: hue angle of 58.12º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDFCDD is Cyan = 0, Magento = 0.00, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 252 | 221 | - |
CMYK | 0 | 0.00 | 0.13 | 0.01 |
HSL | 58.13º | 0.89% | 0.93% | - |
HSV(B) | 58.13º | 0.13% | 0.99% | - |
XYZ | 88.37 | 95.72 | 82.23 | - |
YUV | 248.77 | 112.33 | 131.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 252 | 221 | 0 | 0.00 | 0.13 | 0.01 | 58.13 | 0.89 | 0.93 |
Hex | FD | FC | DD | 0 | 0 | D | 1 | 3A | 59 | 5D |
Octal | 375 | 374 | 335 | 0 | 0 | 15 | 1 | 72 | 131 | 135 |
Binary | 11111101 | 11111100 | 11011101 | 0 | 0 | 1101 | 1 | 111010 | 1011001 | 1011101 |
Color Harmonies of #FDFCDD
Complementary color
Monochromatic Colors of #FDFCDD
Black with #FDFCDD
Text Example
Text Example
White with #FDFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFCDD; }
p { color: rgb(253,252,221); }
H1.HeaderClassName
{
color: #FDFCDD;
}
.AnyTagClassName
{
color: #FDFCDD;
}
</style>
background-color css
<style>
a { background-color: #FDFCDD; }
a { background-color: rgb(253,252,221); }
div.DivClassName
{
background-color: #FDFCDD;
}
.BgClassName
{
background-color: #FDFCDD;
}
</style>
border-color css
<style>
span { border-color: #FDFCDD; }
span { border-color: rgb(253,252,221); }
td.TdClassName
{
border-color: #FDFCDD;
}
.TagClassName
{
border-color: #FDFCDD;
}
</style>