Shades of Tuft Bush #FACEBD
Tints of Tuft Bush #FACEBD
RGB
CMYK
RGB Variations
Color information
#FACEBD (or 0xFACEBD) is known color: Tuft Bush. HEX triplet: FA, CE and BD. RGB value is (250,206,189). Sum of RGB (Red+Green+Blue) = 250+206+189=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACEBD is #053142. Grayscale: #D9D9D9. Windows color (decimal): -340291 or 12439290. OLE color: 12439290.
HSL color Cylindrical-coordinate representation of color #FACEBD: hue angle of 16.72º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FACEBD is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 189 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.02 |
| HSL | 16.72º | 0.86% | 0.86% | - |
| HSV(B) | 16.72º | 0.24% | 0.98% | - |
| XYZ | 70.68 | 68.14 | 57.57 | - |
| YUV | 217.22 | 112.08 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 189 | 0 | 0.18 | 0.24 | 0.02 | 16.72 | 0.86 | 0.86 |
| Hex | FA | CE | BD | 0 | 12 | 18 | 2 | 11 | 56 | 56 |
| Octal | 372 | 316 | 275 | 0 | 22 | 30 | 2 | 21 | 126 | 126 |
| Binary | 11111010 | 11001110 | 10111101 | 0 | 10010 | 11000 | 10 | 10001 | 1010110 | 1010110 |
Color Harmonies of #FACEBD
Complementary color
Monochromatic Colors of #FACEBD
Black with #FACEBD
Text Example
Text Example
White with #FACEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACEBD; }
p { color: rgb(250,206,189); }
H1.HeaderClassName
{
color: #FACEBD;
}
.AnyTagClassName
{
color: #FACEBD;
}
</style>
background-color css
<style>
a { background-color: #FACEBD; }
a { background-color: rgb(250,206,189); }
div.DivClassName
{
background-color: #FACEBD;
}
.BgClassName
{
background-color: #FACEBD;
}
</style>
border-color css
<style>
span { border-color: #FACEBD; }
span { border-color: rgb(250,206,189); }
td.TdClassName
{
border-color: #FACEBD;
}
.TagClassName
{
border-color: #FACEBD;
}
</style>