Shades of Off Yellow #FDF5D9
Tints of Off Yellow #FDF5D9
RGB
CMYK
RGB Variations
Color information
#FDF5D9 (or 0xFDF5D9) is known color: Off Yellow. HEX triplet: FD, F5 and D9. RGB value is (253,245,217). Sum of RGB (Red+Green+Blue) = 253+245+217=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 245 (96.09% from 255 or 34.27% from 715); Blue value is 217 (85.16% from 255 or 30.35% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5D9 is #020A26. Grayscale: #F4F4F4. Windows color (decimal): -133671 or 14284285. OLE color: 14284285.
HSL color Cylindrical-coordinate representation of color #FDF5D9: hue angle of 46.67º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDF5D9 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 217 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.01 |
| HSL | 46.67º | 0.9% | 0.92% | - |
| HSV(B) | 46.67º | 0.14% | 0.99% | - |
| XYZ | 85.68 | 91.2 | 78.73 | - |
| YUV | 244.2 | 112.65 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 217 | 0 | 0.03 | 0.14 | 0.01 | 46.67 | 0.9 | 0.92 |
| Hex | FD | F5 | D9 | 0 | 3 | E | 1 | 2F | 5A | 5C |
| Octal | 375 | 365 | 331 | 0 | 3 | 16 | 1 | 57 | 132 | 134 |
| Binary | 11111101 | 11110101 | 11011001 | 0 | 11 | 1110 | 1 | 101111 | 1011010 | 1011100 |
Color Harmonies of #FDF5D9
Complementary color
Monochromatic Colors of #FDF5D9
Black with #FDF5D9
Text Example
Text Example
White with #FDF5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5D9; }
p { color: rgb(253,245,217); }
H1.HeaderClassName
{
color: #FDF5D9;
}
.AnyTagClassName
{
color: #FDF5D9;
}
</style>
background-color css
<style>
a { background-color: #FDF5D9; }
a { background-color: rgb(253,245,217); }
div.DivClassName
{
background-color: #FDF5D9;
}
.BgClassName
{
background-color: #FDF5D9;
}
</style>
border-color css
<style>
span { border-color: #FDF5D9; }
span { border-color: rgb(253,245,217); }
td.TdClassName
{
border-color: #FDF5D9;
}
.TagClassName
{
border-color: #FDF5D9;
}
</style>