Shades of Tuft Bush #FBCFC0
Tints of Tuft Bush #FBCFC0
RGB
CMYK
RGB Variations
Color information
#FBCFC0 (or 0xFBCFC0) is known color: Tuft Bush. HEX triplet: FB, CF and C0. RGB value is (251,207,192). Sum of RGB (Red+Green+Blue) = 251+207+192=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 207 (81.25% from 255 or 31.85% from 650); Blue value is 192 (75.39% from 255 or 29.54% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCFC0 is #04303F. Grayscale: #DADADA. Windows color (decimal): -274496 or 12636155. OLE color: 12636155.
HSL color Cylindrical-coordinate representation of color #FBCFC0: hue angle of 15.25º 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 #FBCFC0 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 207 | 192 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.02 |
| HSL | 15.25º | 0.88% | 0.87% | - |
| HSV(B) | 15.25º | 0.24% | 0.98% | - |
| XYZ | 71.61 | 68.94 | 59.4 | - |
| YUV | 218.45 | 113.08 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 207 | 192 | 0 | 0.18 | 0.24 | 0.02 | 15.25 | 0.88 | 0.87 |
| Hex | FB | CF | C0 | 0 | 12 | 18 | 2 | F | 58 | 57 |
| Octal | 373 | 317 | 300 | 0 | 22 | 30 | 2 | 17 | 130 | 127 |
| Binary | 11111011 | 11001111 | 11000000 | 0 | 10010 | 11000 | 10 | 1111 | 1011000 | 1010111 |
Color Harmonies of #FBCFC0
Complementary color
Monochromatic Colors of #FBCFC0
Black with #FBCFC0
Text Example
Text Example
White with #FBCFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCFC0; }
p { color: rgb(251,207,192); }
H1.HeaderClassName
{
color: #FBCFC0;
}
.AnyTagClassName
{
color: #FBCFC0;
}
</style>
background-color css
<style>
a { background-color: #FBCFC0; }
a { background-color: rgb(251,207,192); }
div.DivClassName
{
background-color: #FBCFC0;
}
.BgClassName
{
background-color: #FBCFC0;
}
</style>
border-color css
<style>
span { border-color: #FBCFC0; }
span { border-color: rgb(251,207,192); }
td.TdClassName
{
border-color: #FBCFC0;
}
.TagClassName
{
border-color: #FBCFC0;
}
</style>