Shades of Half Dutch White #FAEFD7
Tints of Half Dutch White #FAEFD7
RGB
CMYK
RGB Variations
Color information
#FAEFD7 (or 0xFAEFD7) is known color: Half Dutch White. HEX triplet: FA, EF and D7. RGB value is (250,239,215). Sum of RGB (Red+Green+Blue) = 250+239+215=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 239 (93.75% from 255 or 33.95% from 704); Blue value is 215 (84.38% from 255 or 30.54% from 704); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFD7 is #051028. Grayscale: #EFEFEF. Windows color (decimal): -331817 or 14151674. OLE color: 14151674.
HSL color Cylindrical-coordinate representation of color #FAEFD7: hue angle of 41.14º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FAEFD7 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 239 | 215 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.02 |
| HSL | 41.14º | 0.78% | 0.91% | - |
| HSV(B) | 41.14º | 0.14% | 0.98% | - |
| XYZ | 82.56 | 86.96 | 76.72 | - |
| YUV | 239.55 | 114.14 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 239 | 215 | 0 | 0.04 | 0.14 | 0.02 | 41.14 | 0.78 | 0.91 |
| Hex | FA | EF | D7 | 0 | 4 | E | 2 | 29 | 4E | 5B |
| Octal | 372 | 357 | 327 | 0 | 4 | 16 | 2 | 51 | 116 | 133 |
| Binary | 11111010 | 11101111 | 11010111 | 0 | 100 | 1110 | 10 | 101001 | 1001110 | 1011011 |
Color Harmonies of #FAEFD7
Complementary color
Monochromatic Colors of #FAEFD7
Black with #FAEFD7
Text Example
Text Example
White with #FAEFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEFD7; }
p { color: rgb(250,239,215); }
H1.HeaderClassName
{
color: #FAEFD7;
}
.AnyTagClassName
{
color: #FAEFD7;
}
</style>
background-color css
<style>
a { background-color: #FAEFD7; }
a { background-color: rgb(250,239,215); }
div.DivClassName
{
background-color: #FAEFD7;
}
.BgClassName
{
background-color: #FAEFD7;
}
</style>
border-color css
<style>
span { border-color: #FAEFD7; }
span { border-color: rgb(250,239,215); }
td.TdClassName
{
border-color: #FAEFD7;
}
.TagClassName
{
border-color: #FAEFD7;
}
</style>