Shades of Half Dutch White #FDF1D7
Tints of Half Dutch White #FDF1D7
RGB
CMYK
RGB Variations
Color information
#FDF1D7 (or 0xFDF1D7) is known color: Half Dutch White. HEX triplet: FD, F1 and D7. RGB value is (253,241,215). Sum of RGB (Red+Green+Blue) = 253+241+215=709 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.68% from 709); Green value is 241 (94.53% from 255 or 33.99% from 709); Blue value is 215 (84.38% from 255 or 30.32% from 709); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF1D7 is #020E28. Grayscale: #F1F1F1. Windows color (decimal): -134697 or 14152189. OLE color: 14152189.
HSL color Cylindrical-coordinate representation of color #FDF1D7: hue angle of 41.05º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDF1D7 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 241 | 215 | - |
CMYK | 0 | 0.05 | 0.15 | 0.01 |
HSL | 41.05º | 0.9% | 0.92% | - |
HSV(B) | 41.05º | 0.15% | 0.99% | - |
XYZ | 84.23 | 88.7 | 76.97 | - |
YUV | 241.62 | 112.98 | 136.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 241 | 215 | 0 | 0.05 | 0.15 | 0.01 | 41.05 | 0.9 | 0.92 |
Hex | FD | F1 | D7 | 0 | 5 | F | 1 | 29 | 5A | 5C |
Octal | 375 | 361 | 327 | 0 | 5 | 17 | 1 | 51 | 132 | 134 |
Binary | 11111101 | 11110001 | 11010111 | 0 | 101 | 1111 | 1 | 101001 | 1011010 | 1011100 |
Color Harmonies of #FDF1D7
Complementary color
Monochromatic Colors of #FDF1D7
Black with #FDF1D7
Text Example
Text Example
White with #FDF1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF1D7; }
p { color: rgb(253,241,215); }
H1.HeaderClassName
{
color: #FDF1D7;
}
.AnyTagClassName
{
color: #FDF1D7;
}
</style>
background-color css
<style>
a { background-color: #FDF1D7; }
a { background-color: rgb(253,241,215); }
div.DivClassName
{
background-color: #FDF1D7;
}
.BgClassName
{
background-color: #FDF1D7;
}
</style>
border-color css
<style>
span { border-color: #FDF1D7; }
span { border-color: rgb(253,241,215); }
td.TdClassName
{
border-color: #FDF1D7;
}
.TagClassName
{
border-color: #FDF1D7;
}
</style>