Shades of Tuft Bush #FFD7C4
Tints of Tuft Bush #FFD7C4
RGB
CMYK
RGB Variations
Color information
#FFD7C4 (or 0xFFD7C4) is known color: Tuft Bush. HEX triplet: FF, D7 and C4. RGB value is (255,215,196). Sum of RGB (Red+Green+Blue) = 255+215+196=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 215 (84.38% from 255 or 32.28% from 666); Blue value is 196 (76.95% from 255 or 29.43% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7C4 is #00283B. Grayscale: #E0E0E0. Windows color (decimal): -10300 or 12900351. OLE color: 12900351.
HSL color Cylindrical-coordinate representation of color #FFD7C4: hue angle of 19.32º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFD7C4 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 196 | - |
| CMYK | 0 | 0.16 | 0.23 | 0 |
| HSL | 19.32º | 1% | 0.88% | - |
| HSV(B) | 19.32º | 0.23% | 1% | - |
| XYZ | 75.5 | 73.85 | 62.5 | - |
| YUV | 224.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 196 | 0 | 0.16 | 0.23 | 0 | 19.32 | 1 | 0.88 |
| Hex | FF | D7 | C4 | 0 | 10 | 17 | 0 | 13 | 64 | 58 |
| Octal | 377 | 327 | 304 | 0 | 20 | 27 | 0 | 23 | 144 | 130 |
| Binary | 11111111 | 11010111 | 11000100 | 0 | 10000 | 10111 | 0 | 10011 | 1100100 | 1011000 |
Color Harmonies of #FFD7C4
Complementary color
Monochromatic Colors of #FFD7C4
Black with #FFD7C4
Text Example
Text Example
White with #FFD7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7C4; }
p { color: rgb(255,215,196); }
H1.HeaderClassName
{
color: #FFD7C4;
}
.AnyTagClassName
{
color: #FFD7C4;
}
</style>
background-color css
<style>
a { background-color: #FFD7C4; }
a { background-color: rgb(255,215,196); }
div.DivClassName
{
background-color: #FFD7C4;
}
.BgClassName
{
background-color: #FFD7C4;
}
</style>
border-color css
<style>
span { border-color: #FFD7C4; }
span { border-color: rgb(255,215,196); }
td.TdClassName
{
border-color: #FFD7C4;
}
.TagClassName
{
border-color: #FFD7C4;
}
</style>