Shades of Light Yellow #FDFCDA
Tints of Light Yellow #FDFCDA
RGB
CMYK
RGB Variations
Color information
#FDFCDA (or 0xFDFCDA) is known color: Light Yellow. HEX triplet: FD, FC and DA. RGB value is (253,252,218). Sum of RGB (Red+Green+Blue) = 253+252+218=723 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.99% from 723); Green value is 252 (98.83% from 255 or 34.85% from 723); Blue value is 218 (85.55% from 255 or 30.15% from 723); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCDA is #020325. Grayscale: #F8F8F8. Windows color (decimal): -131878 or 14351613. OLE color: 14351613.
HSL color Cylindrical-coordinate representation of color #FDFCDA: hue angle of 58.29º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDFCDA is Cyan = 0, Magento = 0.00, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 252 | 218 | - |
CMYK | 0 | 0.00 | 0.14 | 0.01 |
HSL | 58.29º | 0.9% | 0.92% | - |
HSV(B) | 58.29º | 0.14% | 0.99% | - |
XYZ | 87.97 | 95.57 | 80.14 | - |
YUV | 248.42 | 110.83 | 131.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 252 | 218 | 0 | 0.00 | 0.14 | 0.01 | 58.29 | 0.9 | 0.92 |
Hex | FD | FC | DA | 0 | 0 | E | 1 | 3A | 5A | 5C |
Octal | 375 | 374 | 332 | 0 | 0 | 16 | 1 | 72 | 132 | 134 |
Binary | 11111101 | 11111100 | 11011010 | 0 | 0 | 1110 | 1 | 111010 | 1011010 | 1011100 |
Color Harmonies of #FDFCDA
Complementary color
Monochromatic Colors of #FDFCDA
Black with #FDFCDA
Text Example
Text Example
White with #FDFCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFCDA; }
p { color: rgb(253,252,218); }
H1.HeaderClassName
{
color: #FDFCDA;
}
.AnyTagClassName
{
color: #FDFCDA;
}
</style>
background-color css
<style>
a { background-color: #FDFCDA; }
a { background-color: rgb(253,252,218); }
div.DivClassName
{
background-color: #FDFCDA;
}
.BgClassName
{
background-color: #FDFCDA;
}
</style>
border-color css
<style>
span { border-color: #FDFCDA; }
span { border-color: rgb(253,252,218); }
td.TdClassName
{
border-color: #FDFCDA;
}
.TagClassName
{
border-color: #FDFCDA;
}
</style>