Shades of Light Yellow #FDFFDD
Tints of Light Yellow #FDFFDD
RGB
CMYK
RGB Variations
Color information
#FDFFDD (or 0xFDFFDD) is known color: Light Yellow. HEX triplet: FD, FF and DD. RGB value is (253,255,221). Sum of RGB (Red+Green+Blue) = 253+255+221=729 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.71% from 729); Green value is 255 (100% from 255 or 34.98% from 729); Blue value is 221 (86.72% from 255 or 30.32% from 729); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFFDD is #020022. Grayscale: #FAFAFA. Windows color (decimal): -131107 or 14548989. OLE color: 14548989.
HSL color Cylindrical-coordinate representation of color #FDFFDD: hue angle of 63.53º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDFFDD is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 253 | 255 | 221 | - |
CMYK | 0.01 | 0 | 0.13 | 0 |
HSL | 63.53º | 1% | 0.93% | - |
HSV(B) | 63.53º | 0.13% | 1% | - |
XYZ | 89.32 | 97.62 | 82.54 | - |
YUV | 250.53 | 111.34 | 129.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 255 | 221 | 0.01 | 0 | 0.13 | 0 | 63.53 | 1 | 0.93 |
Hex | FD | FF | DD | 1 | 0 | D | 0 | 40 | 64 | 5D |
Octal | 375 | 377 | 335 | 1 | 0 | 15 | 0 | 100 | 144 | 135 |
Binary | 11111101 | 11111111 | 11011101 | 1 | 0 | 1101 | 0 | 1000000 | 1100100 | 1011101 |
Color Harmonies of #FDFFDD
Complementary color
Monochromatic Colors of #FDFFDD
Black with #FDFFDD
Text Example
Text Example
White with #FDFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFFDD; }
p { color: rgb(253,255,221); }
H1.HeaderClassName
{
color: #FDFFDD;
}
.AnyTagClassName
{
color: #FDFFDD;
}
</style>
background-color css
<style>
a { background-color: #FDFFDD; }
a { background-color: rgb(253,255,221); }
div.DivClassName
{
background-color: #FDFFDD;
}
.BgClassName
{
background-color: #FDFFDD;
}
</style>
border-color css
<style>
span { border-color: #FDFFDD; }
span { border-color: rgb(253,255,221); }
td.TdClassName
{
border-color: #FDFFDD;
}
.TagClassName
{
border-color: #FDFFDD;
}
</style>