Shades of Tuft Bush #FACFBE
Tints of Tuft Bush #FACFBE
RGB
CMYK
RGB Variations
Color information
#FACFBE (or 0xFACFBE) is known color: Tuft Bush. HEX triplet: FA, CF and BE. RGB value is (250,207,190). Sum of RGB (Red+Green+Blue) = 250+207+190=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 190 (74.61% from 255 or 29.37% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFBE is #053041. Grayscale: #DADADA. Windows color (decimal): -340034 or 12505082. OLE color: 12505082.
HSL color Cylindrical-coordinate representation of color #FACFBE: hue angle of 17º 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 #FACFBE is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 207 | 190 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.02 |
| HSL | 17º | 0.86% | 0.86% | - |
| HSV(B) | 17º | 0.24% | 0.98% | - |
| XYZ | 71.03 | 68.67 | 58.23 | - |
| YUV | 217.92 | 112.25 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 207 | 190 | 0 | 0.17 | 0.24 | 0.02 | 17 | 0.86 | 0.86 |
| Hex | FA | CF | BE | 0 | 11 | 18 | 2 | 11 | 56 | 56 |
| Octal | 372 | 317 | 276 | 0 | 21 | 30 | 2 | 21 | 126 | 126 |
| Binary | 11111010 | 11001111 | 10111110 | 0 | 10001 | 11000 | 10 | 10001 | 1010110 | 1010110 |
Color Harmonies of #FACFBE
Complementary color
Monochromatic Colors of #FACFBE
Black with #FACFBE
Text Example
Text Example
White with #FACFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACFBE; }
p { color: rgb(250,207,190); }
H1.HeaderClassName
{
color: #FACFBE;
}
.AnyTagClassName
{
color: #FACFBE;
}
</style>
background-color css
<style>
a { background-color: #FACFBE; }
a { background-color: rgb(250,207,190); }
div.DivClassName
{
background-color: #FACFBE;
}
.BgClassName
{
background-color: #FACFBE;
}
</style>
border-color css
<style>
span { border-color: #FACFBE; }
span { border-color: rgb(250,207,190); }
td.TdClassName
{
border-color: #FACFBE;
}
.TagClassName
{
border-color: #FACFBE;
}
</style>