Shades of Half Dutch White #FAEFD1
Tints of Half Dutch White #FAEFD1
RGB
CMYK
RGB Variations
Color information
#FAEFD1 (or 0xFAEFD1) is known color: Half Dutch White. HEX triplet: FA, EF and D1. RGB value is (250,239,209). Sum of RGB (Red+Green+Blue) = 250+239+209=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 239 (93.75% from 255 or 34.24% from 698); Blue value is 209 (82.03% from 255 or 29.94% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFD1 is #05102E. Grayscale: #EFEFEF. Windows color (decimal): -331823 or 13758458. OLE color: 13758458.
HSL color Cylindrical-coordinate representation of color #FAEFD1: hue angle of 43.9º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAEFD1 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 239 | 209 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.02 |
| HSL | 43.9º | 0.8% | 0.9% | - |
| HSV(B) | 43.9º | 0.16% | 0.98% | - |
| XYZ | 81.8 | 86.66 | 72.74 | - |
| YUV | 238.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 239 | 209 | 0 | 0.04 | 0.16 | 0.02 | 43.9 | 0.8 | 0.9 |
| Hex | FA | EF | D1 | 0 | 4 | 10 | 2 | 2C | 50 | 5A |
| Octal | 372 | 357 | 321 | 0 | 4 | 20 | 2 | 54 | 120 | 132 |
| Binary | 11111010 | 11101111 | 11010001 | 0 | 100 | 10000 | 10 | 101100 | 1010000 | 1011010 |
Color Harmonies of #FAEFD1
Complementary color
Monochromatic Colors of #FAEFD1
Black with #FAEFD1
Text Example
Text Example
White with #FAEFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEFD1; }
p { color: rgb(250,239,209); }
H1.HeaderClassName
{
color: #FAEFD1;
}
.AnyTagClassName
{
color: #FAEFD1;
}
</style>
background-color css
<style>
a { background-color: #FAEFD1; }
a { background-color: rgb(250,239,209); }
div.DivClassName
{
background-color: #FAEFD1;
}
.BgClassName
{
background-color: #FAEFD1;
}
</style>
border-color css
<style>
span { border-color: #FAEFD1; }
span { border-color: rgb(250,239,209); }
td.TdClassName
{
border-color: #FAEFD1;
}
.TagClassName
{
border-color: #FAEFD1;
}
</style>