Shades of Light Yellow #FDFDDF
Tints of Light Yellow #FDFDDF
RGB
CMYK
RGB Variations
Color information
#FDFDDF (or 0xFDFDDF) is known color: Light Yellow. HEX triplet: FD, FD and DF. RGB value is (253,253,223). Sum of RGB (Red+Green+Blue) = 253+253+223=729 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.71% from 729); Green value is 253 (99.22% from 255 or 34.71% from 729); Blue value is 223 (87.5% from 255 or 30.59% from 729); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDDF is #020220. Grayscale: #F9F9F9. Windows color (decimal): -131617 or 14679549. OLE color: 14679549.
HSL color Cylindrical-coordinate representation of color #FDFDDF: hue angle of 60º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDFDDF is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 253 | 223 | - |
CMYK | 0 | 0 | 0.12 | 0.01 |
HSL | 60º | 0.88% | 0.93% | - |
HSV(B) | 60º | 0.12% | 0.99% | - |
XYZ | 88.95 | 96.46 | 83.74 | - |
YUV | 249.58 | 113 | 130.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 253 | 223 | 0 | 0 | 0.12 | 0.01 | 60 | 0.88 | 0.93 |
Hex | FD | FD | DF | 0 | 0 | C | 1 | 3C | 58 | 5D |
Octal | 375 | 375 | 337 | 0 | 0 | 14 | 1 | 74 | 130 | 135 |
Binary | 11111101 | 11111101 | 11011111 | 0 | 0 | 1100 | 1 | 111100 | 1011000 | 1011101 |
Color Harmonies of #FDFDDF
Complementary color
Monochromatic Colors of #FDFDDF
Black with #FDFDDF
Text Example
Text Example
White with #FDFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDDF; }
p { color: rgb(253,253,223); }
H1.HeaderClassName
{
color: #FDFDDF;
}
.AnyTagClassName
{
color: #FDFDDF;
}
</style>
background-color css
<style>
a { background-color: #FDFDDF; }
a { background-color: rgb(253,253,223); }
div.DivClassName
{
background-color: #FDFDDF;
}
.BgClassName
{
background-color: #FDFDDF;
}
</style>
border-color css
<style>
span { border-color: #FDFDDF; }
span { border-color: rgb(253,253,223); }
td.TdClassName
{
border-color: #FDFDDF;
}
.TagClassName
{
border-color: #FDFDDF;
}
</style>