Shades of Half Dutch White #FAF1D7
Tints of Half Dutch White #FAF1D7
RGB
CMYK
RGB Variations
Color information
#FAF1D7 (or 0xFAF1D7) is known color: Half Dutch White. HEX triplet: FA, F1 and D7. RGB value is (250,241,215). Sum of RGB (Red+Green+Blue) = 250+241+215=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 241 (94.53% from 255 or 34.14% from 706); Blue value is 215 (84.38% from 255 or 30.45% from 706); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1D7 is #050E28. Grayscale: #F0F0F0. Windows color (decimal): -331305 or 14152186. OLE color: 14152186.
HSL color Cylindrical-coordinate representation of color #FAF1D7: hue angle of 44.57º 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 #FAF1D7 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 215 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.02 |
| HSL | 44.57º | 0.78% | 0.91% | - |
| HSV(B) | 44.57º | 0.14% | 0.98% | - |
| XYZ | 83.15 | 88.14 | 76.92 | - |
| YUV | 240.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 215 | 0 | 0.04 | 0.14 | 0.02 | 44.57 | 0.78 | 0.91 |
| Hex | FA | F1 | D7 | 0 | 4 | E | 2 | 2D | 4E | 5B |
| Octal | 372 | 361 | 327 | 0 | 4 | 16 | 2 | 55 | 116 | 133 |
| Binary | 11111010 | 11110001 | 11010111 | 0 | 100 | 1110 | 10 | 101101 | 1001110 | 1011011 |
Color Harmonies of #FAF1D7
Complementary color
Monochromatic Colors of #FAF1D7
Black with #FAF1D7
Text Example
Text Example
White with #FAF1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF1D7; }
p { color: rgb(250,241,215); }
H1.HeaderClassName
{
color: #FAF1D7;
}
.AnyTagClassName
{
color: #FAF1D7;
}
</style>
background-color css
<style>
a { background-color: #FAF1D7; }
a { background-color: rgb(250,241,215); }
div.DivClassName
{
background-color: #FAF1D7;
}
.BgClassName
{
background-color: #FAF1D7;
}
</style>
border-color css
<style>
span { border-color: #FAF1D7; }
span { border-color: rgb(250,241,215); }
td.TdClassName
{
border-color: #FAF1D7;
}
.TagClassName
{
border-color: #FAF1D7;
}
</style>