Shades of Half Dutch White #FAF0D5
Tints of Half Dutch White #FAF0D5
RGB
CMYK
RGB Variations
Color information
#FAF0D5 (or 0xFAF0D5) is known color: Half Dutch White. HEX triplet: FA, F0 and D5. RGB value is (250,240,213). Sum of RGB (Red+Green+Blue) = 250+240+213=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 240 (94.14% from 255 or 34.14% from 703); Blue value is 213 (83.59% from 255 or 30.30% from 703); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF0D5 is #050F2A. Grayscale: #F0F0F0. Windows color (decimal): -331563 or 14020858. OLE color: 14020858.
HSL color Cylindrical-coordinate representation of color #FAF0D5: hue angle of 43.78º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FAF0D5 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 213 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.02 |
| HSL | 43.78º | 0.79% | 0.91% | - |
| HSV(B) | 43.78º | 0.15% | 0.98% | - |
| XYZ | 82.59 | 87.45 | 75.48 | - |
| YUV | 239.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 213 | 0 | 0.04 | 0.15 | 0.02 | 43.78 | 0.79 | 0.91 |
| Hex | FA | F0 | D5 | 0 | 4 | F | 2 | 2C | 4F | 5B |
| Octal | 372 | 360 | 325 | 0 | 4 | 17 | 2 | 54 | 117 | 133 |
| Binary | 11111010 | 11110000 | 11010101 | 0 | 100 | 1111 | 10 | 101100 | 1001111 | 1011011 |
Color Harmonies of #FAF0D5
Complementary color
Monochromatic Colors of #FAF0D5
Black with #FAF0D5
Text Example
Text Example
White with #FAF0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF0D5; }
p { color: rgb(250,240,213); }
H1.HeaderClassName
{
color: #FAF0D5;
}
.AnyTagClassName
{
color: #FAF0D5;
}
</style>
background-color css
<style>
a { background-color: #FAF0D5; }
a { background-color: rgb(250,240,213); }
div.DivClassName
{
background-color: #FAF0D5;
}
.BgClassName
{
background-color: #FAF0D5;
}
</style>
border-color css
<style>
span { border-color: #FAF0D5; }
span { border-color: rgb(250,240,213); }
td.TdClassName
{
border-color: #FAF0D5;
}
.TagClassName
{
border-color: #FAF0D5;
}
</style>