Shades of Light Yellow #FDFCDC
Tints of Light Yellow #FDFCDC
RGB
CMYK
RGB Variations
Color information
#FDFCDC (or 0xFDFCDC) is known color: Light Yellow. HEX triplet: FD, FC and DC. RGB value is (253,252,220). Sum of RGB (Red+Green+Blue) = 253+252+220=725 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.90% from 725); Green value is 252 (98.83% from 255 or 34.76% from 725); Blue value is 220 (86.33% from 255 or 30.34% from 725); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCDC is #020323. Grayscale: #F8F8F8. Windows color (decimal): -131876 or 14482685. OLE color: 14482685.
HSL color Cylindrical-coordinate representation of color #FDFCDC: hue angle of 58.18º 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 #FDFCDC is Cyan = 0, Magento = 0.00, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 220 | - |
| CMYK | 0 | 0.00 | 0.13 | 0.01 |
| HSL | 58.18º | 0.89% | 0.93% | - |
| HSV(B) | 58.18º | 0.13% | 0.99% | - |
| XYZ | 88.24 | 95.67 | 81.53 | - |
| YUV | 248.65 | 111.83 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 220 | 0 | 0.00 | 0.13 | 0.01 | 58.18 | 0.89 | 0.93 |
| Hex | FD | FC | DC | 0 | 0 | D | 1 | 3A | 59 | 5D |
| Octal | 375 | 374 | 334 | 0 | 0 | 15 | 1 | 72 | 131 | 135 |
| Binary | 11111101 | 11111100 | 11011100 | 0 | 0 | 1101 | 1 | 111010 | 1011001 | 1011101 |
Color Harmonies of #FDFCDC
Complementary color
Monochromatic Colors of #FDFCDC
Black with #FDFCDC
Text Example
Text Example
White with #FDFCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFCDC; }
p { color: rgb(253,252,220); }
H1.HeaderClassName
{
color: #FDFCDC;
}
.AnyTagClassName
{
color: #FDFCDC;
}
</style>
background-color css
<style>
a { background-color: #FDFCDC; }
a { background-color: rgb(253,252,220); }
div.DivClassName
{
background-color: #FDFCDC;
}
.BgClassName
{
background-color: #FDFCDC;
}
</style>
border-color css
<style>
span { border-color: #FDFCDC; }
span { border-color: rgb(253,252,220); }
td.TdClassName
{
border-color: #FDFCDC;
}
.TagClassName
{
border-color: #FDFCDC;
}
</style>