Shades of Light Yellow #FDFDDB
Tints of Light Yellow #FDFDDB
RGB
CMYK
RGB Variations
Color information
#FDFDDB (or 0xFDFDDB) is known color: Light Yellow. HEX triplet: FD, FD and DB. RGB value is (253,253,219). Sum of RGB (Red+Green+Blue) = 253+253+219=725 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.90% from 725); Green value is 253 (99.22% from 255 or 34.90% from 725); Blue value is 219 (85.94% from 255 or 30.21% from 725); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDDB is #020224. Grayscale: #F9F9F9. Windows color (decimal): -131621 or 14417405. OLE color: 14417405.
HSL color Cylindrical-coordinate representation of color #FDFDDB: 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 #FDFDDB is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 253 | 219 | - |
CMYK | 0 | 0 | 0.13 | 0.01 |
HSL | 60º | 0.89% | 0.93% | - |
HSV(B) | 60º | 0.13% | 0.99% | - |
XYZ | 88.42 | 96.25 | 80.94 | - |
YUV | 249.12 | 111 | 130.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 253 | 219 | 0 | 0 | 0.13 | 0.01 | 60 | 0.89 | 0.93 |
Hex | FD | FD | DB | 0 | 0 | D | 1 | 3C | 59 | 5D |
Octal | 375 | 375 | 333 | 0 | 0 | 15 | 1 | 74 | 131 | 135 |
Binary | 11111101 | 11111101 | 11011011 | 0 | 0 | 1101 | 1 | 111100 | 1011001 | 1011101 |
Color Harmonies of #FDFDDB
Complementary color
Monochromatic Colors of #FDFDDB
Black with #FDFDDB
Text Example
Text Example
White with #FDFDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDDB; }
p { color: rgb(253,253,219); }
H1.HeaderClassName
{
color: #FDFDDB;
}
.AnyTagClassName
{
color: #FDFDDB;
}
</style>
background-color css
<style>
a { background-color: #FDFDDB; }
a { background-color: rgb(253,253,219); }
div.DivClassName
{
background-color: #FDFDDB;
}
.BgClassName
{
background-color: #FDFDDB;
}
</style>
border-color css
<style>
span { border-color: #FDFDDB; }
span { border-color: rgb(253,253,219); }
td.TdClassName
{
border-color: #FDFDDB;
}
.TagClassName
{
border-color: #FDFDDB;
}
</style>