Shades of Off Yellow #FDF6E1
Tints of Off Yellow #FDF6E1
RGB
CMYK
RGB Variations
Color information
#FDF6E1 (or 0xFDF6E1) is known color: Off Yellow. HEX triplet: FD, F6 and E1. RGB value is (253,246,225). Sum of RGB (Red+Green+Blue) = 253+246+225=724 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.94% from 724); Green value is 246 (96.48% from 255 or 33.98% from 724); Blue value is 225 (88.28% from 255 or 31.08% from 724); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF6E1 is #02091E. Grayscale: #F5F5F5. Windows color (decimal): -133407 or 14808829. OLE color: 14808829.
HSL color Cylindrical-coordinate representation of color #FDF6E1: hue angle of 45º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDF6E1 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 225 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.01 |
| HSL | 45º | 0.88% | 0.94% | - |
| HSV(B) | 45º | 0.11% | 0.99% | - |
| XYZ | 87.05 | 92.23 | 84.45 | - |
| YUV | 245.7 | 116.32 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 225 | 0 | 0.03 | 0.11 | 0.01 | 45 | 0.88 | 0.94 |
| Hex | FD | F6 | E1 | 0 | 3 | B | 1 | 2D | 58 | 5E |
| Octal | 375 | 366 | 341 | 0 | 3 | 13 | 1 | 55 | 130 | 136 |
| Binary | 11111101 | 11110110 | 11100001 | 0 | 11 | 1011 | 1 | 101101 | 1011000 | 1011110 |
Color Harmonies of #FDF6E1
Complementary color
Monochromatic Colors of #FDF6E1
Black with #FDF6E1
Text Example
Text Example
White with #FDF6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF6E1; }
p { color: rgb(253,246,225); }
H1.HeaderClassName
{
color: #FDF6E1;
}
.AnyTagClassName
{
color: #FDF6E1;
}
</style>
background-color css
<style>
a { background-color: #FDF6E1; }
a { background-color: rgb(253,246,225); }
div.DivClassName
{
background-color: #FDF6E1;
}
.BgClassName
{
background-color: #FDF6E1;
}
</style>
border-color css
<style>
span { border-color: #FDF6E1; }
span { border-color: rgb(253,246,225); }
td.TdClassName
{
border-color: #FDF6E1;
}
.TagClassName
{
border-color: #FDF6E1;
}
</style>