Shades of Half Dutch White #FBEFD6
Tints of Half Dutch White #FBEFD6
RGB
CMYK
RGB Variations
Color information
#FBEFD6 (or 0xFBEFD6) is known color: Half Dutch White. HEX triplet: FB, EF and D6. RGB value is (251,239,214). Sum of RGB (Red+Green+Blue) = 251+239+214=704 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.65% from 704); Green value is 239 (93.75% from 255 or 33.95% from 704); Blue value is 214 (83.98% from 255 or 30.40% from 704); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFD6 is #041029. Grayscale: #EFEFEF. Windows color (decimal): -266282 or 14086139. OLE color: 14086139.
HSL color Cylindrical-coordinate representation of color #FBEFD6: hue angle of 40.54º degrees, saturation: 0.82, 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 #FBEFD6 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 239 | 214 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.02 |
| HSL | 40.54º | 0.82% | 0.91% | - |
| HSV(B) | 40.54º | 0.15% | 0.98% | - |
| XYZ | 82.79 | 87.1 | 76.07 | - |
| YUV | 239.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 239 | 214 | 0 | 0.05 | 0.15 | 0.02 | 40.54 | 0.82 | 0.91 |
| Hex | FB | EF | D6 | 0 | 5 | F | 2 | 29 | 52 | 5B |
| Octal | 373 | 357 | 326 | 0 | 5 | 17 | 2 | 51 | 122 | 133 |
| Binary | 11111011 | 11101111 | 11010110 | 0 | 101 | 1111 | 10 | 101001 | 1010010 | 1011011 |
Color Harmonies of #FBEFD6
Complementary color
Monochromatic Colors of #FBEFD6
Black with #FBEFD6
Text Example
Text Example
White with #FBEFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEFD6; }
p { color: rgb(251,239,214); }
H1.HeaderClassName
{
color: #FBEFD6;
}
.AnyTagClassName
{
color: #FBEFD6;
}
</style>
background-color css
<style>
a { background-color: #FBEFD6; }
a { background-color: rgb(251,239,214); }
div.DivClassName
{
background-color: #FBEFD6;
}
.BgClassName
{
background-color: #FBEFD6;
}
</style>
border-color css
<style>
span { border-color: #FBEFD6; }
span { border-color: rgb(251,239,214); }
td.TdClassName
{
border-color: #FBEFD6;
}
.TagClassName
{
border-color: #FBEFD6;
}
</style>