Shades of Light Yellow #FDFFDB
Tints of Light Yellow #FDFFDB
RGB
CMYK
RGB Variations
Color information
#FDFFDB (or 0xFDFFDB) is known color: Light Yellow. HEX triplet: FD, FF and DB. RGB value is (253,255,219). Sum of RGB (Red+Green+Blue) = 253+255+219=727 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.80% from 727); Green value is 255 (100% from 255 or 35.08% from 727); Blue value is 219 (85.94% from 255 or 30.12% from 727); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFFDB is #020024. Grayscale: #FAFAFA. Windows color (decimal): -131109 or 14417917. OLE color: 14417917.
HSL color Cylindrical-coordinate representation of color #FDFFDB: hue angle of 63.33º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDFFDB is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
RGB | 253 | 255 | 219 | - |
CMYK | 0.01 | 0 | 0.14 | 0 |
HSL | 63.33º | 1% | 0.93% | - |
HSV(B) | 63.33º | 0.14% | 1% | - |
XYZ | 89.05 | 97.52 | 81.15 | - |
YUV | 250.3 | 110.34 | 129.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 255 | 219 | 0.01 | 0 | 0.14 | 0 | 63.33 | 1 | 0.93 |
Hex | FD | FF | DB | 1 | 0 | E | 0 | 3F | 64 | 5D |
Octal | 375 | 377 | 333 | 1 | 0 | 16 | 0 | 77 | 144 | 135 |
Binary | 11111101 | 11111111 | 11011011 | 1 | 0 | 1110 | 0 | 111111 | 1100100 | 1011101 |
Color Harmonies of #FDFFDB
Complementary color
Monochromatic Colors of #FDFFDB
Black with #FDFFDB
Text Example
Text Example
White with #FDFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFFDB; }
p { color: rgb(253,255,219); }
H1.HeaderClassName
{
color: #FDFFDB;
}
.AnyTagClassName
{
color: #FDFFDB;
}
</style>
background-color css
<style>
a { background-color: #FDFFDB; }
a { background-color: rgb(253,255,219); }
div.DivClassName
{
background-color: #FDFFDB;
}
.BgClassName
{
background-color: #FDFFDB;
}
</style>
border-color css
<style>
span { border-color: #FDFFDB; }
span { border-color: rgb(253,255,219); }
td.TdClassName
{
border-color: #FDFFDB;
}
.TagClassName
{
border-color: #FDFFDB;
}
</style>