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