Shades of Light Yellow #FDFEDB
Tints of Light Yellow #FDFEDB
RGB
CMYK
RGB Variations
Color information
#FDFEDB (or 0xFDFEDB) is known color: Light Yellow. HEX triplet: FD, FE and DB. RGB value is (253,254,219). Sum of RGB (Red+Green+Blue) = 253+254+219=726 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.85% from 726); Green value is 254 (99.61% from 255 or 34.99% from 726); Blue value is 219 (85.94% from 255 or 30.17% from 726); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEDB is #020124. Grayscale: #F9F9F9. Windows color (decimal): -131365 or 14417661. OLE color: 14417661.
HSL color Cylindrical-coordinate representation of color #FDFEDB: hue angle of 61.71º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDFEDB is Cyan = 0.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 254 | 219 | - |
CMYK | 0.00 | 0 | 0.14 | 0.00 |
HSL | 61.71º | 0.95% | 0.93% | - |
HSV(B) | 61.71º | 0.14% | 1% | - |
XYZ | 88.74 | 96.88 | 81.04 | - |
YUV | 249.71 | 110.67 | 130.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 254 | 219 | 0.00 | 0 | 0.14 | 0.00 | 61.71 | 0.95 | 0.93 |
Hex | FD | FE | DB | 0 | 0 | E | 0 | 3E | 5F | 5D |
Octal | 375 | 376 | 333 | 0 | 0 | 16 | 0 | 76 | 137 | 135 |
Binary | 11111101 | 11111110 | 11011011 | 0 | 0 | 1110 | 0 | 111110 | 1011111 | 1011101 |
Color Harmonies of #FDFEDB
Complementary color
Monochromatic Colors of #FDFEDB
Black with #FDFEDB
Text Example
Text Example
White with #FDFEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEDB; }
p { color: rgb(253,254,219); }
H1.HeaderClassName
{
color: #FDFEDB;
}
.AnyTagClassName
{
color: #FDFEDB;
}
</style>
background-color css
<style>
a { background-color: #FDFEDB; }
a { background-color: rgb(253,254,219); }
div.DivClassName
{
background-color: #FDFEDB;
}
.BgClassName
{
background-color: #FDFEDB;
}
</style>
border-color css
<style>
span { border-color: #FDFEDB; }
span { border-color: rgb(253,254,219); }
td.TdClassName
{
border-color: #FDFEDB;
}
.TagClassName
{
border-color: #FDFEDB;
}
</style>