Shades of Half Dutch White #FBF0D1
Tints of Half Dutch White #FBF0D1
RGB
CMYK
RGB Variations
Color information
#FBF0D1 (or 0xFBF0D1) is known color: Half Dutch White. HEX triplet: FB, F0 and D1. RGB value is (251,240,209). Sum of RGB (Red+Green+Blue) = 251+240+209=700 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.86% from 700); Green value is 240 (94.14% from 255 or 34.29% from 700); Blue value is 209 (82.03% from 255 or 29.86% from 700); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF0D1 is #040F2E. Grayscale: #EFEFEF. Windows color (decimal): -266031 or 13758715. OLE color: 13758715.
HSL color Cylindrical-coordinate representation of color #FBF0D1: hue angle of 44.29º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FBF0D1 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 209 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.02 |
| HSL | 44.29º | 0.84% | 0.9% | - |
| HSV(B) | 44.29º | 0.17% | 0.98% | - |
| XYZ | 82.45 | 87.43 | 72.85 | - |
| YUV | 239.76 | 110.64 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 209 | 0 | 0.04 | 0.17 | 0.02 | 44.29 | 0.84 | 0.9 |
| Hex | FB | F0 | D1 | 0 | 4 | 11 | 2 | 2C | 54 | 5A |
| Octal | 373 | 360 | 321 | 0 | 4 | 21 | 2 | 54 | 124 | 132 |
| Binary | 11111011 | 11110000 | 11010001 | 0 | 100 | 10001 | 10 | 101100 | 1010100 | 1011010 |
Color Harmonies of #FBF0D1
Complementary color
Monochromatic Colors of #FBF0D1
Black with #FBF0D1
Text Example
Text Example
White with #FBF0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF0D1; }
p { color: rgb(251,240,209); }
H1.HeaderClassName
{
color: #FBF0D1;
}
.AnyTagClassName
{
color: #FBF0D1;
}
</style>
background-color css
<style>
a { background-color: #FBF0D1; }
a { background-color: rgb(251,240,209); }
div.DivClassName
{
background-color: #FBF0D1;
}
.BgClassName
{
background-color: #FBF0D1;
}
</style>
border-color css
<style>
span { border-color: #FBF0D1; }
span { border-color: rgb(251,240,209); }
td.TdClassName
{
border-color: #FBF0D1;
}
.TagClassName
{
border-color: #FBF0D1;
}
</style>