Shades of Off Yellow #FDF5DB
Tints of Off Yellow #FDF5DB
RGB
CMYK
RGB Variations
Color information
#FDF5DB (or 0xFDF5DB) is known color: Off Yellow. HEX triplet: FD, F5 and DB. RGB value is (253,245,219). Sum of RGB (Red+Green+Blue) = 253+245+219=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 245 (96.09% from 255 or 34.17% from 717); Blue value is 219 (85.94% from 255 or 30.54% from 717); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5DB is #020A24. Grayscale: #F4F4F4. Windows color (decimal): -133669 or 14415357. OLE color: 14415357.
HSL color Cylindrical-coordinate representation of color #FDF5DB: hue angle of 45.88º 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 #FDF5DB is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 245 | 219 | - |
CMYK | 0 | 0.03 | 0.13 | 0.01 |
HSL | 45.88º | 0.89% | 0.93% | - |
HSV(B) | 45.88º | 0.13% | 0.99% | - |
XYZ | 85.95 | 91.3 | 80.11 | - |
YUV | 244.43 | 113.65 | 134.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 245 | 219 | 0 | 0.03 | 0.13 | 0.01 | 45.88 | 0.89 | 0.93 |
Hex | FD | F5 | DB | 0 | 3 | D | 1 | 2E | 59 | 5D |
Octal | 375 | 365 | 333 | 0 | 3 | 15 | 1 | 56 | 131 | 135 |
Binary | 11111101 | 11110101 | 11011011 | 0 | 11 | 1101 | 1 | 101110 | 1011001 | 1011101 |
Color Harmonies of #FDF5DB
Complementary color
Monochromatic Colors of #FDF5DB
Black with #FDF5DB
Text Example
Text Example
White with #FDF5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5DB; }
p { color: rgb(253,245,219); }
H1.HeaderClassName
{
color: #FDF5DB;
}
.AnyTagClassName
{
color: #FDF5DB;
}
</style>
background-color css
<style>
a { background-color: #FDF5DB; }
a { background-color: rgb(253,245,219); }
div.DivClassName
{
background-color: #FDF5DB;
}
.BgClassName
{
background-color: #FDF5DB;
}
</style>
border-color css
<style>
span { border-color: #FDF5DB; }
span { border-color: rgb(253,245,219); }
td.TdClassName
{
border-color: #FDF5DB;
}
.TagClassName
{
border-color: #FDF5DB;
}
</style>