Shades of Tuft Bush #FBCFBD
Tints of Tuft Bush #FBCFBD
RGB
CMYK
RGB Variations
Color information
#FBCFBD (or 0xFBCFBD) is known color: Tuft Bush. HEX triplet: FB, CF and BD. RGB value is (251,207,189). Sum of RGB (Red+Green+Blue) = 251+207+189=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 189 (74.22% from 255 or 29.21% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCFBD is #043042. Grayscale: #DADADA. Windows color (decimal): -274499 or 12439547. OLE color: 12439547.
HSL color Cylindrical-coordinate representation of color #FBCFBD: hue angle of 17.42º degrees, saturation: 0.89, 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 #FBCFBD is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 207 | 189 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.02 |
| HSL | 17.42º | 0.89% | 0.86% | - |
| HSV(B) | 17.42º | 0.25% | 0.98% | - |
| XYZ | 71.28 | 68.81 | 57.67 | - |
| YUV | 218.1 | 111.58 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 207 | 189 | 0 | 0.18 | 0.25 | 0.02 | 17.42 | 0.89 | 0.86 |
| Hex | FB | CF | BD | 0 | 12 | 19 | 2 | 11 | 59 | 56 |
| Octal | 373 | 317 | 275 | 0 | 22 | 31 | 2 | 21 | 131 | 126 |
| Binary | 11111011 | 11001111 | 10111101 | 0 | 10010 | 11001 | 10 | 10001 | 1011001 | 1010110 |
Color Harmonies of #FBCFBD
Complementary color
Monochromatic Colors of #FBCFBD
Black with #FBCFBD
Text Example
Text Example
White with #FBCFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCFBD; }
p { color: rgb(251,207,189); }
H1.HeaderClassName
{
color: #FBCFBD;
}
.AnyTagClassName
{
color: #FBCFBD;
}
</style>
background-color css
<style>
a { background-color: #FBCFBD; }
a { background-color: rgb(251,207,189); }
div.DivClassName
{
background-color: #FBCFBD;
}
.BgClassName
{
background-color: #FBCFBD;
}
</style>
border-color css
<style>
span { border-color: #FBCFBD; }
span { border-color: rgb(251,207,189); }
td.TdClassName
{
border-color: #FBCFBD;
}
.TagClassName
{
border-color: #FBCFBD;
}
</style>