Shades of Tuft Bush #FACEC0
Tints of Tuft Bush #FACEC0
RGB
CMYK
RGB Variations
Color information
#FACEC0 (or 0xFACEC0) is known color: Tuft Bush. HEX triplet: FA, CE and C0. RGB value is (250,206,192). Sum of RGB (Red+Green+Blue) = 250+206+192=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 192 (75.39% from 255 or 29.63% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACEC0 is #05313F. Grayscale: #D9D9D9. Windows color (decimal): -340288 or 12635898. OLE color: 12635898.
HSL color Cylindrical-coordinate representation of color #FACEC0: hue angle of 14.48º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FACEC0 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 192 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.02 |
| HSL | 14.48º | 0.85% | 0.87% | - |
| HSV(B) | 14.48º | 0.23% | 0.98% | - |
| XYZ | 71.01 | 68.27 | 59.3 | - |
| YUV | 217.56 | 113.58 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 192 | 0 | 0.18 | 0.23 | 0.02 | 14.48 | 0.85 | 0.87 |
| Hex | FA | CE | C0 | 0 | 12 | 17 | 2 | E | 55 | 57 |
| Octal | 372 | 316 | 300 | 0 | 22 | 27 | 2 | 16 | 125 | 127 |
| Binary | 11111010 | 11001110 | 11000000 | 0 | 10010 | 10111 | 10 | 1110 | 1010101 | 1010111 |
Color Harmonies of #FACEC0
Complementary color
Monochromatic Colors of #FACEC0
Black with #FACEC0
Text Example
Text Example
White with #FACEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACEC0; }
p { color: rgb(250,206,192); }
H1.HeaderClassName
{
color: #FACEC0;
}
.AnyTagClassName
{
color: #FACEC0;
}
</style>
background-color css
<style>
a { background-color: #FACEC0; }
a { background-color: rgb(250,206,192); }
div.DivClassName
{
background-color: #FACEC0;
}
.BgClassName
{
background-color: #FACEC0;
}
</style>
border-color css
<style>
span { border-color: #FACEC0; }
span { border-color: rgb(250,206,192); }
td.TdClassName
{
border-color: #FACEC0;
}
.TagClassName
{
border-color: #FACEC0;
}
</style>