Shades of Half Dutch White #FBEFD4
Tints of Half Dutch White #FBEFD4
RGB
CMYK
RGB Variations
Color information
#FBEFD4 (or 0xFBEFD4) is known color: Half Dutch White. HEX triplet: FB, EF and D4. RGB value is (251,239,212). Sum of RGB (Red+Green+Blue) = 251+239+212=702 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.75% from 702); Green value is 239 (93.75% from 255 or 34.05% from 702); Blue value is 212 (83.20% from 255 or 30.20% from 702); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFD4 is #04102B. Grayscale: #EFEFEF. Windows color (decimal): -266284 or 13955067. OLE color: 13955067.
HSL color Cylindrical-coordinate representation of color #FBEFD4: hue angle of 41.54º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FBEFD4 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 239 | 212 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.02 |
| HSL | 41.54º | 0.83% | 0.91% | - |
| HSV(B) | 41.54º | 0.16% | 0.98% | - |
| XYZ | 82.53 | 87 | 74.73 | - |
| YUV | 239.51 | 112.48 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 239 | 212 | 0 | 0.05 | 0.16 | 0.02 | 41.54 | 0.83 | 0.91 |
| Hex | FB | EF | D4 | 0 | 5 | 10 | 2 | 2A | 53 | 5B |
| Octal | 373 | 357 | 324 | 0 | 5 | 20 | 2 | 52 | 123 | 133 |
| Binary | 11111011 | 11101111 | 11010100 | 0 | 101 | 10000 | 10 | 101010 | 1010011 | 1011011 |
Color Harmonies of #FBEFD4
Complementary color
Monochromatic Colors of #FBEFD4
Black with #FBEFD4
Text Example
Text Example
White with #FBEFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEFD4; }
p { color: rgb(251,239,212); }
H1.HeaderClassName
{
color: #FBEFD4;
}
.AnyTagClassName
{
color: #FBEFD4;
}
</style>
background-color css
<style>
a { background-color: #FBEFD4; }
a { background-color: rgb(251,239,212); }
div.DivClassName
{
background-color: #FBEFD4;
}
.BgClassName
{
background-color: #FBEFD4;
}
</style>
border-color css
<style>
span { border-color: #FBEFD4; }
span { border-color: rgb(251,239,212); }
td.TdClassName
{
border-color: #FBEFD4;
}
.TagClassName
{
border-color: #FBEFD4;
}
</style>