Shades of Tuft Bush #FCCDBD
Tints of Tuft Bush #FCCDBD
RGB
CMYK
RGB Variations
Color information
#FCCDBD (or 0xFCCDBD) is known color: Tuft Bush. HEX triplet: FC, CD and BD. RGB value is (252,205,189). Sum of RGB (Red+Green+Blue) = 252+205+189=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 189 (74.22% from 255 or 29.26% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDBD is #033242. Grayscale: #D9D9D9. Windows color (decimal): -209475 or 12439036. OLE color: 12439036.
HSL color Cylindrical-coordinate representation of color #FCCDBD: hue angle of 15.24º 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 #FCCDBD is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 189 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.01 |
| HSL | 15.24º | 0.91% | 0.86% | - |
| HSV(B) | 15.24º | 0.25% | 0.99% | - |
| XYZ | 71.16 | 68.03 | 57.53 | - |
| YUV | 217.23 | 112.07 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 189 | 0 | 0.19 | 0.25 | 0.01 | 15.24 | 0.91 | 0.86 |
| Hex | FC | CD | BD | 0 | 13 | 19 | 1 | F | 5B | 56 |
| Octal | 374 | 315 | 275 | 0 | 23 | 31 | 1 | 17 | 133 | 126 |
| Binary | 11111100 | 11001101 | 10111101 | 0 | 10011 | 11001 | 1 | 1111 | 1011011 | 1010110 |
Color Harmonies of #FCCDBD
Complementary color
Monochromatic Colors of #FCCDBD
Black with #FCCDBD
Text Example
Text Example
White with #FCCDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDBD; }
p { color: rgb(252,205,189); }
H1.HeaderClassName
{
color: #FCCDBD;
}
.AnyTagClassName
{
color: #FCCDBD;
}
</style>
background-color css
<style>
a { background-color: #FCCDBD; }
a { background-color: rgb(252,205,189); }
div.DivClassName
{
background-color: #FCCDBD;
}
.BgClassName
{
background-color: #FCCDBD;
}
</style>
border-color css
<style>
span { border-color: #FCCDBD; }
span { border-color: rgb(252,205,189); }
td.TdClassName
{
border-color: #FCCDBD;
}
.TagClassName
{
border-color: #FCCDBD;
}
</style>