Shades of Tuft Bush #FCCFBC
Tints of Tuft Bush #FCCFBC
RGB
CMYK
RGB Variations
Color information
#FCCFBC (or 0xFCCFBC) is known color: Tuft Bush. HEX triplet: FC, CF and BC. RGB value is (252,207,188). Sum of RGB (Red+Green+Blue) = 252+207+188=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 188 (73.83% from 255 or 29.06% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFBC is #033043. Grayscale: #DADADA. Windows color (decimal): -208964 or 12374012. OLE color: 12374012.
HSL color Cylindrical-coordinate representation of color #FCCFBC: hue angle of 17.81º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCCFBC is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 188 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.01 |
| HSL | 17.81º | 0.91% | 0.86% | - |
| HSV(B) | 17.81º | 0.25% | 0.99% | - |
| XYZ | 71.53 | 68.95 | 57.12 | - |
| YUV | 218.29 | 110.91 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 188 | 0 | 0.18 | 0.25 | 0.01 | 17.81 | 0.91 | 0.86 |
| Hex | FC | CF | BC | 0 | 12 | 19 | 1 | 12 | 5B | 56 |
| Octal | 374 | 317 | 274 | 0 | 22 | 31 | 1 | 22 | 133 | 126 |
| Binary | 11111100 | 11001111 | 10111100 | 0 | 10010 | 11001 | 1 | 10010 | 1011011 | 1010110 |
Color Harmonies of #FCCFBC
Complementary color
Monochromatic Colors of #FCCFBC
Black with #FCCFBC
Text Example
Text Example
White with #FCCFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFBC; }
p { color: rgb(252,207,188); }
H1.HeaderClassName
{
color: #FCCFBC;
}
.AnyTagClassName
{
color: #FCCFBC;
}
</style>
background-color css
<style>
a { background-color: #FCCFBC; }
a { background-color: rgb(252,207,188); }
div.DivClassName
{
background-color: #FCCFBC;
}
.BgClassName
{
background-color: #FCCFBC;
}
</style>
border-color css
<style>
span { border-color: #FCCFBC; }
span { border-color: rgb(252,207,188); }
td.TdClassName
{
border-color: #FCCFBC;
}
.TagClassName
{
border-color: #FCCFBC;
}
</style>