Shades of Off Yellow #FDF5DC
Tints of Off Yellow #FDF5DC
RGB
CMYK
RGB Variations
Color information
#FDF5DC (or 0xFDF5DC) is known color: Off Yellow. HEX triplet: FD, F5 and DC. RGB value is (253,245,220). Sum of RGB (Red+Green+Blue) = 253+245+220=718 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.24% from 718); Green value is 245 (96.09% from 255 or 34.12% from 718); Blue value is 220 (86.33% from 255 or 30.64% from 718); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5DC is #020A23. Grayscale: #F4F4F4. Windows color (decimal): -133668 or 14480893. OLE color: 14480893.
HSL color Cylindrical-coordinate representation of color #FDF5DC: hue angle of 45.45º 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 #FDF5DC is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 220 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.01 |
| HSL | 45.45º | 0.89% | 0.93% | - |
| HSV(B) | 45.45º | 0.13% | 0.99% | - |
| XYZ | 86.08 | 91.35 | 80.81 | - |
| YUV | 244.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 220 | 0 | 0.03 | 0.13 | 0.01 | 45.45 | 0.89 | 0.93 |
| Hex | FD | F5 | DC | 0 | 3 | D | 1 | 2D | 59 | 5D |
| Octal | 375 | 365 | 334 | 0 | 3 | 15 | 1 | 55 | 131 | 135 |
| Binary | 11111101 | 11110101 | 11011100 | 0 | 11 | 1101 | 1 | 101101 | 1011001 | 1011101 |
Color Harmonies of #FDF5DC
Complementary color
Monochromatic Colors of #FDF5DC
Black with #FDF5DC
Text Example
Text Example
White with #FDF5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5DC; }
p { color: rgb(253,245,220); }
H1.HeaderClassName
{
color: #FDF5DC;
}
.AnyTagClassName
{
color: #FDF5DC;
}
</style>
background-color css
<style>
a { background-color: #FDF5DC; }
a { background-color: rgb(253,245,220); }
div.DivClassName
{
background-color: #FDF5DC;
}
.BgClassName
{
background-color: #FDF5DC;
}
</style>
border-color css
<style>
span { border-color: #FDF5DC; }
span { border-color: rgb(253,245,220); }
td.TdClassName
{
border-color: #FDF5DC;
}
.TagClassName
{
border-color: #FDF5DC;
}
</style>