Shades of Half Dutch White #FBEFD5
Tints of Half Dutch White #FBEFD5
RGB
CMYK
RGB Variations
Color information
#FBEFD5 (or 0xFBEFD5) is known color: Half Dutch White. HEX triplet: FB, EF and D5. RGB value is (251,239,213). Sum of RGB (Red+Green+Blue) = 251+239+213=703 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.70% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 213 (83.59% from 255 or 30.30% from 703); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFD5 is #04102A. Grayscale: #EFEFEF. Windows color (decimal): -266283 or 14020603. OLE color: 14020603.
HSL color Cylindrical-coordinate representation of color #FBEFD5: hue angle of 41.05º degrees, saturation: 0.83, 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 #FBEFD5 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 239 | 213 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.02 |
| HSL | 41.05º | 0.83% | 0.91% | - |
| HSV(B) | 41.05º | 0.15% | 0.98% | - |
| XYZ | 82.66 | 87.05 | 75.4 | - |
| YUV | 239.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 239 | 213 | 0 | 0.05 | 0.15 | 0.02 | 41.05 | 0.83 | 0.91 |
| Hex | FB | EF | D5 | 0 | 5 | F | 2 | 29 | 53 | 5B |
| Octal | 373 | 357 | 325 | 0 | 5 | 17 | 2 | 51 | 123 | 133 |
| Binary | 11111011 | 11101111 | 11010101 | 0 | 101 | 1111 | 10 | 101001 | 1010011 | 1011011 |
Color Harmonies of #FBEFD5
Complementary color
Monochromatic Colors of #FBEFD5
Black with #FBEFD5
Text Example
Text Example
White with #FBEFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEFD5; }
p { color: rgb(251,239,213); }
H1.HeaderClassName
{
color: #FBEFD5;
}
.AnyTagClassName
{
color: #FBEFD5;
}
</style>
background-color css
<style>
a { background-color: #FBEFD5; }
a { background-color: rgb(251,239,213); }
div.DivClassName
{
background-color: #FBEFD5;
}
.BgClassName
{
background-color: #FBEFD5;
}
</style>
border-color css
<style>
span { border-color: #FBEFD5; }
span { border-color: rgb(251,239,213); }
td.TdClassName
{
border-color: #FBEFD5;
}
.TagClassName
{
border-color: #FBEFD5;
}
</style>