Shades of Light Yellow #FFFDDF
Tints of Light Yellow #FFFDDF
RGB
CMYK
RGB Variations
Color information
#FFFDDF (or 0xFFFDDF) is known color: Light Yellow. HEX triplet: FF, FD and DF. RGB value is (255,253,223). Sum of RGB (Red+Green+Blue) = 255+253+223=731 (96% of max value = 765). Red value is 255 (100% from 255 or 34.88% from 731); Green value is 253 (99.22% from 255 or 34.61% from 731); Blue value is 223 (87.5% from 255 or 30.51% from 731); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFDDF is #000220. Grayscale: #FAFAFA. Windows color (decimal): -545 or 14679551. OLE color: 14679551.
HSL color Cylindrical-coordinate representation of color #FFFDDF: hue angle of 56.25º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFFDDF is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 253 | 223 | - |
CMYK | 0 | 0.01 | 0.13 | 0 |
HSL | 56.25º | 1% | 0.94% | - |
HSV(B) | 56.25º | 0.13% | 1% | - |
XYZ | 89.68 | 96.84 | 83.78 | - |
YUV | 250.18 | 112.66 | 131.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 253 | 223 | 0 | 0.01 | 0.13 | 0 | 56.25 | 1 | 0.94 |
Hex | FF | FD | DF | 0 | 1 | D | 0 | 38 | 64 | 5E |
Octal | 377 | 375 | 337 | 0 | 1 | 15 | 0 | 70 | 144 | 136 |
Binary | 11111111 | 11111101 | 11011111 | 0 | 1 | 1101 | 0 | 111000 | 1100100 | 1011110 |
Color Harmonies of #FFFDDF
Complementary color
Monochromatic Colors of #FFFDDF
Black with #FFFDDF
Text Example
Text Example
White with #FFFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDDF; }
p { color: rgb(255,253,223); }
H1.HeaderClassName
{
color: #FFFDDF;
}
.AnyTagClassName
{
color: #FFFDDF;
}
</style>
background-color css
<style>
a { background-color: #FFFDDF; }
a { background-color: rgb(255,253,223); }
div.DivClassName
{
background-color: #FFFDDF;
}
.BgClassName
{
background-color: #FFFDDF;
}
</style>
border-color css
<style>
span { border-color: #FFFDDF; }
span { border-color: rgb(255,253,223); }
td.TdClassName
{
border-color: #FFFDDF;
}
.TagClassName
{
border-color: #FFFDDF;
}
</style>