Shades of Tuft Bush #FCCFB8
Tints of Tuft Bush #FCCFB8
RGB
CMYK
RGB Variations
Color information
#FCCFB8 (or 0xFCCFB8) is known color: Tuft Bush. HEX triplet: FC, CF and B8. RGB value is (252,207,184). Sum of RGB (Red+Green+Blue) = 252+207+184=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 184 (72.27% from 255 or 28.62% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFB8 is #033047. Grayscale: #D9D9D9. Windows color (decimal): -208968 or 12111868. OLE color: 12111868.
HSL color Cylindrical-coordinate representation of color #FCCFB8: hue angle of 20.29º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCCFB8 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 184 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.01 |
| HSL | 20.29º | 0.92% | 0.85% | - |
| HSV(B) | 20.29º | 0.27% | 0.99% | - |
| XYZ | 71.11 | 68.78 | 54.88 | - |
| YUV | 217.83 | 108.91 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 184 | 0 | 0.18 | 0.27 | 0.01 | 20.29 | 0.92 | 0.85 |
| Hex | FC | CF | B8 | 0 | 12 | 1B | 1 | 14 | 5C | 55 |
| Octal | 374 | 317 | 270 | 0 | 22 | 33 | 1 | 24 | 134 | 125 |
| Binary | 11111100 | 11001111 | 10111000 | 0 | 10010 | 11011 | 1 | 10100 | 1011100 | 1010101 |
Color Harmonies of #FCCFB8
Complementary color
Monochromatic Colors of #FCCFB8
Black with #FCCFB8
Text Example
Text Example
White with #FCCFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFB8; }
p { color: rgb(252,207,184); }
H1.HeaderClassName
{
color: #FCCFB8;
}
.AnyTagClassName
{
color: #FCCFB8;
}
</style>
background-color css
<style>
a { background-color: #FCCFB8; }
a { background-color: rgb(252,207,184); }
div.DivClassName
{
background-color: #FCCFB8;
}
.BgClassName
{
background-color: #FCCFB8;
}
</style>
border-color css
<style>
span { border-color: #FCCFB8; }
span { border-color: rgb(252,207,184); }
td.TdClassName
{
border-color: #FCCFB8;
}
.TagClassName
{
border-color: #FCCFB8;
}
</style>