Shades of Half Dutch White #FBF1D8
Tints of Half Dutch White #FBF1D8
RGB
CMYK
RGB Variations
Color information
#FBF1D8 (or 0xFBF1D8) is known color: Half Dutch White. HEX triplet: FB, F1 and D8. RGB value is (251,241,216). Sum of RGB (Red+Green+Blue) = 251+241+216=708 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.45% from 708); Green value is 241 (94.53% from 255 or 34.04% from 708); Blue value is 216 (84.77% from 255 or 30.51% from 708); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF1D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF1D8 is #040E27. Grayscale: #F1F1F1. Windows color (decimal): -265768 or 14217723. OLE color: 14217723.
HSL color Cylindrical-coordinate representation of color #FBF1D8: hue angle of 42.86º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FBF1D8 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 241 | 216 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.02 |
| HSL | 42.86º | 0.81% | 0.92% | - |
| HSV(B) | 42.86º | 0.14% | 0.98% | - |
| XYZ | 83.63 | 88.38 | 77.62 | - |
| YUV | 241.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 241 | 216 | 0 | 0.04 | 0.14 | 0.02 | 42.86 | 0.81 | 0.92 |
| Hex | FB | F1 | D8 | 0 | 4 | E | 2 | 2B | 51 | 5C |
| Octal | 373 | 361 | 330 | 0 | 4 | 16 | 2 | 53 | 121 | 134 |
| Binary | 11111011 | 11110001 | 11011000 | 0 | 100 | 1110 | 10 | 101011 | 1010001 | 1011100 |
Color Harmonies of #FBF1D8
Complementary color
Monochromatic Colors of #FBF1D8
Black with #FBF1D8
Text Example
Text Example
White with #FBF1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF1D8; }
p { color: rgb(251,241,216); }
H1.HeaderClassName
{
color: #FBF1D8;
}
.AnyTagClassName
{
color: #FBF1D8;
}
</style>
background-color css
<style>
a { background-color: #FBF1D8; }
a { background-color: rgb(251,241,216); }
div.DivClassName
{
background-color: #FBF1D8;
}
.BgClassName
{
background-color: #FBF1D8;
}
</style>
border-color css
<style>
span { border-color: #FBF1D8; }
span { border-color: rgb(251,241,216); }
td.TdClassName
{
border-color: #FBF1D8;
}
.TagClassName
{
border-color: #FBF1D8;
}
</style>