Shades of Light Yellow #FDFDDC
Tints of Light Yellow #FDFDDC
RGB
CMYK
RGB Variations
Color information
#FDFDDC (or 0xFDFDDC) is known color: Light Yellow. HEX triplet: FD, FD and DC. RGB value is (253,253,220). Sum of RGB (Red+Green+Blue) = 253+253+220=726 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.85% from 726); Green value is 253 (99.22% from 255 or 34.85% from 726); Blue value is 220 (86.33% from 255 or 30.30% from 726); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDDC is #020223. Grayscale: #F9F9F9. Windows color (decimal): -131620 or 14482941. OLE color: 14482941.
HSL color Cylindrical-coordinate representation of color #FDFDDC: hue angle of 60º 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 #FDFDDC is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 253 | 220 | - |
CMYK | 0 | 0 | 0.13 | 0.01 |
HSL | 60º | 0.89% | 0.93% | - |
HSV(B) | 60º | 0.13% | 0.99% | - |
XYZ | 88.55 | 96.3 | 81.63 | - |
YUV | 249.24 | 111.5 | 130.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 253 | 220 | 0 | 0 | 0.13 | 0.01 | 60 | 0.89 | 0.93 |
Hex | FD | FD | DC | 0 | 0 | D | 1 | 3C | 59 | 5D |
Octal | 375 | 375 | 334 | 0 | 0 | 15 | 1 | 74 | 131 | 135 |
Binary | 11111101 | 11111101 | 11011100 | 0 | 0 | 1101 | 1 | 111100 | 1011001 | 1011101 |
Color Harmonies of #FDFDDC
Complementary color
Monochromatic Colors of #FDFDDC
Black with #FDFDDC
Text Example
Text Example
White with #FDFDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDDC; }
p { color: rgb(253,253,220); }
H1.HeaderClassName
{
color: #FDFDDC;
}
.AnyTagClassName
{
color: #FDFDDC;
}
</style>
background-color css
<style>
a { background-color: #FDFDDC; }
a { background-color: rgb(253,253,220); }
div.DivClassName
{
background-color: #FDFDDC;
}
.BgClassName
{
background-color: #FDFDDC;
}
</style>
border-color css
<style>
span { border-color: #FDFDDC; }
span { border-color: rgb(253,253,220); }
td.TdClassName
{
border-color: #FDFDDC;
}
.TagClassName
{
border-color: #FDFDDC;
}
</style>