Shades of Tuft Bush #FCCFBF
Tints of Tuft Bush #FCCFBF
RGB
CMYK
RGB Variations
Color information
#FCCFBF (or 0xFCCFBF) is known color: Tuft Bush. HEX triplet: FC, CF and BF. RGB value is (252,207,191). Sum of RGB (Red+Green+Blue) = 252+207+191=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 207 (81.25% from 255 or 31.85% from 650); Blue value is 191 (75% from 255 or 29.38% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFBF is #033040. Grayscale: #DADADA. Windows color (decimal): -208961 or 12570620. OLE color: 12570620.
HSL color Cylindrical-coordinate representation of color #FCCFBF: hue angle of 15.74º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCCFBF is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 191 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.01 |
| HSL | 15.74º | 0.91% | 0.87% | - |
| HSV(B) | 15.74º | 0.24% | 0.99% | - |
| XYZ | 71.86 | 69.08 | 58.84 | - |
| YUV | 218.63 | 112.41 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 191 | 0 | 0.18 | 0.24 | 0.01 | 15.74 | 0.91 | 0.87 |
| Hex | FC | CF | BF | 0 | 12 | 18 | 1 | 10 | 5B | 57 |
| Octal | 374 | 317 | 277 | 0 | 22 | 30 | 1 | 20 | 133 | 127 |
| Binary | 11111100 | 11001111 | 10111111 | 0 | 10010 | 11000 | 1 | 10000 | 1011011 | 1010111 |
Color Harmonies of #FCCFBF
Complementary color
Monochromatic Colors of #FCCFBF
Black with #FCCFBF
Text Example
Text Example
White with #FCCFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFBF; }
p { color: rgb(252,207,191); }
H1.HeaderClassName
{
color: #FCCFBF;
}
.AnyTagClassName
{
color: #FCCFBF;
}
</style>
background-color css
<style>
a { background-color: #FCCFBF; }
a { background-color: rgb(252,207,191); }
div.DivClassName
{
background-color: #FCCFBF;
}
.BgClassName
{
background-color: #FCCFBF;
}
</style>
border-color css
<style>
span { border-color: #FCCFBF; }
span { border-color: rgb(252,207,191); }
td.TdClassName
{
border-color: #FCCFBF;
}
.TagClassName
{
border-color: #FCCFBF;
}
</style>