Shades of Off Yellow #FDF5DA
Tints of Off Yellow #FDF5DA
RGB
CMYK
RGB Variations
Color information
#FDF5DA (or 0xFDF5DA) is known color: Off Yellow. HEX triplet: FD, F5 and DA. RGB value is (253,245,218). Sum of RGB (Red+Green+Blue) = 253+245+218=716 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.34% from 716); Green value is 245 (96.09% from 255 or 34.22% from 716); Blue value is 218 (85.55% from 255 or 30.45% from 716); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5DA is #020A25. Grayscale: #F4F4F4. Windows color (decimal): -133670 or 14349821. OLE color: 14349821.
HSL color Cylindrical-coordinate representation of color #FDF5DA: hue angle of 46.29º 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 #FDF5DA is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 245 | 218 | - |
CMYK | 0 | 0.03 | 0.14 | 0.01 |
HSL | 46.29º | 0.9% | 0.92% | - |
HSV(B) | 46.29º | 0.14% | 0.99% | - |
XYZ | 85.82 | 91.25 | 79.42 | - |
YUV | 244.31 | 113.15 | 134.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 245 | 218 | 0 | 0.03 | 0.14 | 0.01 | 46.29 | 0.9 | 0.92 |
Hex | FD | F5 | DA | 0 | 3 | E | 1 | 2E | 5A | 5C |
Octal | 375 | 365 | 332 | 0 | 3 | 16 | 1 | 56 | 132 | 134 |
Binary | 11111101 | 11110101 | 11011010 | 0 | 11 | 1110 | 1 | 101110 | 1011010 | 1011100 |
Color Harmonies of #FDF5DA
Complementary color
Monochromatic Colors of #FDF5DA
Black with #FDF5DA
Text Example
Text Example
White with #FDF5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5DA; }
p { color: rgb(253,245,218); }
H1.HeaderClassName
{
color: #FDF5DA;
}
.AnyTagClassName
{
color: #FDF5DA;
}
</style>
background-color css
<style>
a { background-color: #FDF5DA; }
a { background-color: rgb(253,245,218); }
div.DivClassName
{
background-color: #FDF5DA;
}
.BgClassName
{
background-color: #FDF5DA;
}
</style>
border-color css
<style>
span { border-color: #FDF5DA; }
span { border-color: rgb(253,245,218); }
td.TdClassName
{
border-color: #FDF5DA;
}
.TagClassName
{
border-color: #FDF5DA;
}
</style>