Shades of Tuft Bush #FBD4BF
Tints of Tuft Bush #FBD4BF
RGB
CMYK
RGB Variations
Color information
#FBD4BF (or 0xFBD4BF) is known color: Tuft Bush. HEX triplet: FB, D4 and BF. RGB value is (251,212,191). Sum of RGB (Red+Green+Blue) = 251+212+191=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 212 (83.20% from 255 or 32.42% from 654); Blue value is 191 (75% from 255 or 29.20% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD4BF is #042B40. Grayscale: #DDDDDD. Windows color (decimal): -273217 or 12571899. OLE color: 12571899.
HSL color Cylindrical-coordinate representation of color #FBD4BF: hue angle of 21º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBD4BF is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 212 | 191 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.02 |
| HSL | 21º | 0.88% | 0.87% | - |
| HSV(B) | 21º | 0.24% | 0.98% | - |
| XYZ | 72.73 | 71.36 | 59.23 | - |
| YUV | 221.27 | 110.92 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 212 | 191 | 0 | 0.16 | 0.24 | 0.02 | 21 | 0.88 | 0.87 |
| Hex | FB | D4 | BF | 0 | 10 | 18 | 2 | 15 | 58 | 57 |
| Octal | 373 | 324 | 277 | 0 | 20 | 30 | 2 | 25 | 130 | 127 |
| Binary | 11111011 | 11010100 | 10111111 | 0 | 10000 | 11000 | 10 | 10101 | 1011000 | 1010111 |
Color Harmonies of #FBD4BF
Complementary color
Monochromatic Colors of #FBD4BF
Black with #FBD4BF
Text Example
Text Example
White with #FBD4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD4BF; }
p { color: rgb(251,212,191); }
H1.HeaderClassName
{
color: #FBD4BF;
}
.AnyTagClassName
{
color: #FBD4BF;
}
</style>
background-color css
<style>
a { background-color: #FBD4BF; }
a { background-color: rgb(251,212,191); }
div.DivClassName
{
background-color: #FBD4BF;
}
.BgClassName
{
background-color: #FBD4BF;
}
</style>
border-color css
<style>
span { border-color: #FBD4BF; }
span { border-color: rgb(251,212,191); }
td.TdClassName
{
border-color: #FBD4BF;
}
.TagClassName
{
border-color: #FBD4BF;
}
</style>