Shades of Light Yellow #FDFCDF
Tints of Light Yellow #FDFCDF
RGB
CMYK
RGB Variations
Color information
#FDFCDF (or 0xFDFCDF) is known color: Light Yellow. HEX triplet: FD, FC and DF. RGB value is (253,252,223). Sum of RGB (Red+Green+Blue) = 253+252+223=728 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.75% from 728); Green value is 252 (98.83% from 255 or 34.62% from 728); Blue value is 223 (87.5% from 255 or 30.63% from 728); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCDF is #020320. Grayscale: #F9F9F9. Windows color (decimal): -131873 or 14679293. OLE color: 14679293.
HSL color Cylindrical-coordinate representation of color #FDFCDF: hue angle of 58º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDFCDF is Cyan = 0, Magento = 0.00, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 252 | 223 | - |
CMYK | 0 | 0.00 | 0.12 | 0.01 |
HSL | 58º | 0.88% | 0.93% | - |
HSV(B) | 58º | 0.12% | 0.99% | - |
XYZ | 88.64 | 95.83 | 83.64 | - |
YUV | 248.99 | 113.33 | 130.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 252 | 223 | 0 | 0.00 | 0.12 | 0.01 | 58 | 0.88 | 0.93 |
Hex | FD | FC | DF | 0 | 0 | C | 1 | 3A | 58 | 5D |
Octal | 375 | 374 | 337 | 0 | 0 | 14 | 1 | 72 | 130 | 135 |
Binary | 11111101 | 11111100 | 11011111 | 0 | 0 | 1100 | 1 | 111010 | 1011000 | 1011101 |
Color Harmonies of #FDFCDF
Complementary color
Monochromatic Colors of #FDFCDF
Black with #FDFCDF
Text Example
Text Example
White with #FDFCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFCDF; }
p { color: rgb(253,252,223); }
H1.HeaderClassName
{
color: #FDFCDF;
}
.AnyTagClassName
{
color: #FDFCDF;
}
</style>
background-color css
<style>
a { background-color: #FDFCDF; }
a { background-color: rgb(253,252,223); }
div.DivClassName
{
background-color: #FDFCDF;
}
.BgClassName
{
background-color: #FDFCDF;
}
</style>
border-color css
<style>
span { border-color: #FDFCDF; }
span { border-color: rgb(253,252,223); }
td.TdClassName
{
border-color: #FDFCDF;
}
.TagClassName
{
border-color: #FDFCDF;
}
</style>