Shades of Tuft Bush #FBD6C1
Tints of Tuft Bush #FBD6C1
RGB
CMYK
RGB Variations
Color information
#FBD6C1 (or 0xFBD6C1) is known color: Tuft Bush. HEX triplet: FB, D6 and C1. RGB value is (251,214,193). Sum of RGB (Red+Green+Blue) = 251+214+193=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 214 (83.98% from 255 or 32.52% from 658); Blue value is 193 (75.78% from 255 or 29.33% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD6C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD6C1 is #04293E. Grayscale: #DEDEDE. Windows color (decimal): -272703 or 12703483. OLE color: 12703483.
HSL color Cylindrical-coordinate representation of color #FBD6C1: hue angle of 21.72º degrees, saturation: 0.88, 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 #FBD6C1 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 214 | 193 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.02 |
| HSL | 21.72º | 0.88% | 0.87% | - |
| HSV(B) | 21.72º | 0.23% | 0.98% | - |
| XYZ | 73.46 | 72.45 | 60.57 | - |
| YUV | 222.67 | 111.26 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 214 | 193 | 0 | 0.15 | 0.23 | 0.02 | 21.72 | 0.88 | 0.87 |
| Hex | FB | D6 | C1 | 0 | F | 17 | 2 | 16 | 58 | 57 |
| Octal | 373 | 326 | 301 | 0 | 17 | 27 | 2 | 26 | 130 | 127 |
| Binary | 11111011 | 11010110 | 11000001 | 0 | 1111 | 10111 | 10 | 10110 | 1011000 | 1010111 |
Color Harmonies of #FBD6C1
Complementary color
Monochromatic Colors of #FBD6C1
Black with #FBD6C1
Text Example
Text Example
White with #FBD6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD6C1; }
p { color: rgb(251,214,193); }
H1.HeaderClassName
{
color: #FBD6C1;
}
.AnyTagClassName
{
color: #FBD6C1;
}
</style>
background-color css
<style>
a { background-color: #FBD6C1; }
a { background-color: rgb(251,214,193); }
div.DivClassName
{
background-color: #FBD6C1;
}
.BgClassName
{
background-color: #FBD6C1;
}
</style>
border-color css
<style>
span { border-color: #FBD6C1; }
span { border-color: rgb(251,214,193); }
td.TdClassName
{
border-color: #FBD6C1;
}
.TagClassName
{
border-color: #FBD6C1;
}
</style>