Shades of Tuft Bush #FACFBC
Tints of Tuft Bush #FACFBC
RGB
CMYK
RGB Variations
Color information
#FACFBC (or 0xFACFBC) is known color: Tuft Bush. HEX triplet: FA, CF and BC. RGB value is (250,207,188). Sum of RGB (Red+Green+Blue) = 250+207+188=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 207 (81.25% from 255 or 32.09% from 645); Blue value is 188 (73.83% from 255 or 29.15% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFBC is #053043. Grayscale: #D9D9D9. Windows color (decimal): -340036 or 12374010. OLE color: 12374010.
HSL color Cylindrical-coordinate representation of color #FACFBC: hue angle of 18.39º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FACFBC is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 207 | 188 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.02 |
| HSL | 18.39º | 0.86% | 0.86% | - |
| HSV(B) | 18.39º | 0.25% | 0.98% | - |
| XYZ | 70.81 | 68.58 | 57.08 | - |
| YUV | 217.69 | 111.25 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 207 | 188 | 0 | 0.17 | 0.25 | 0.02 | 18.39 | 0.86 | 0.86 |
| Hex | FA | CF | BC | 0 | 11 | 19 | 2 | 12 | 56 | 56 |
| Octal | 372 | 317 | 274 | 0 | 21 | 31 | 2 | 22 | 126 | 126 |
| Binary | 11111010 | 11001111 | 10111100 | 0 | 10001 | 11001 | 10 | 10010 | 1010110 | 1010110 |
Color Harmonies of #FACFBC
Complementary color
Monochromatic Colors of #FACFBC
Black with #FACFBC
Text Example
Text Example
White with #FACFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACFBC; }
p { color: rgb(250,207,188); }
H1.HeaderClassName
{
color: #FACFBC;
}
.AnyTagClassName
{
color: #FACFBC;
}
</style>
background-color css
<style>
a { background-color: #FACFBC; }
a { background-color: rgb(250,207,188); }
div.DivClassName
{
background-color: #FACFBC;
}
.BgClassName
{
background-color: #FACFBC;
}
</style>
border-color css
<style>
span { border-color: #FACFBC; }
span { border-color: rgb(250,207,188); }
td.TdClassName
{
border-color: #FACFBC;
}
.TagClassName
{
border-color: #FACFBC;
}
</style>