Shades of Light Yellow #FCFDDD
Tints of Light Yellow #FCFDDD
RGB
CMYK
RGB Variations
Color information
#FCFDDD (or 0xFCFDDD) is known color: Light Yellow. HEX triplet: FC, FD and DD. RGB value is (252,253,221). Sum of RGB (Red+Green+Blue) = 252+253+221=726 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.71% from 726); Green value is 253 (99.22% from 255 or 34.85% from 726); Blue value is 221 (86.72% from 255 or 30.44% from 726); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDDD is #030222. Grayscale: #F9F9F9. Windows color (decimal): -197155 or 14548476. OLE color: 14548476.
HSL color Cylindrical-coordinate representation of color #FCFDDD: hue angle of 61.88º 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 #FCFDDD is Cyan = 0.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 253 | 221 | - |
CMYK | 0.00 | 0 | 0.13 | 0.01 |
HSL | 61.88º | 0.89% | 0.93% | - |
HSV(B) | 61.88º | 0.13% | 0.99% | - |
XYZ | 88.32 | 96.17 | 82.31 | - |
YUV | 249.05 | 112.17 | 130.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 253 | 221 | 0.00 | 0 | 0.13 | 0.01 | 61.88 | 0.89 | 0.93 |
Hex | FC | FD | DD | 0 | 0 | D | 1 | 3E | 59 | 5D |
Octal | 374 | 375 | 335 | 0 | 0 | 15 | 1 | 76 | 131 | 135 |
Binary | 11111100 | 11111101 | 11011101 | 0 | 0 | 1101 | 1 | 111110 | 1011001 | 1011101 |
Color Harmonies of #FCFDDD
Complementary color
Monochromatic Colors of #FCFDDD
Black with #FCFDDD
Text Example
Text Example
White with #FCFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDDD; }
p { color: rgb(252,253,221); }
H1.HeaderClassName
{
color: #FCFDDD;
}
.AnyTagClassName
{
color: #FCFDDD;
}
</style>
background-color css
<style>
a { background-color: #FCFDDD; }
a { background-color: rgb(252,253,221); }
div.DivClassName
{
background-color: #FCFDDD;
}
.BgClassName
{
background-color: #FCFDDD;
}
</style>
border-color css
<style>
span { border-color: #FCFDDD; }
span { border-color: rgb(252,253,221); }
td.TdClassName
{
border-color: #FCFDDD;
}
.TagClassName
{
border-color: #FCFDDD;
}
</style>