Shades of Tuft Bush #FFD8C4
Tints of Tuft Bush #FFD8C4
RGB
CMYK
RGB Variations
Color information
#FFD8C4 (or 0xFFD8C4) is known color: Tuft Bush. HEX triplet: FF, D8 and C4. RGB value is (255,216,196). Sum of RGB (Red+Green+Blue) = 255+216+196=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 216 (84.77% from 255 or 32.38% from 667); Blue value is 196 (76.95% from 255 or 29.39% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD8C4 is #00273B. Grayscale: #E1E1E1. Windows color (decimal): -10044 or 12900607. OLE color: 12900607.
HSL color Cylindrical-coordinate representation of color #FFD8C4: hue angle of 20.34º 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 #FFD8C4 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 196 | - |
| CMYK | 0 | 0.15 | 0.23 | 0 |
| HSL | 20.34º | 1% | 0.88% | - |
| HSV(B) | 20.34º | 0.23% | 1% | - |
| XYZ | 75.76 | 74.36 | 62.58 | - |
| YUV | 225.38 | 111.42 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 196 | 0 | 0.15 | 0.23 | 0 | 20.34 | 1 | 0.88 |
| Hex | FF | D8 | C4 | 0 | F | 17 | 0 | 14 | 64 | 58 |
| Octal | 377 | 330 | 304 | 0 | 17 | 27 | 0 | 24 | 144 | 130 |
| Binary | 11111111 | 11011000 | 11000100 | 0 | 1111 | 10111 | 0 | 10100 | 1100100 | 1011000 |
Color Harmonies of #FFD8C4
Complementary color
Monochromatic Colors of #FFD8C4
Black with #FFD8C4
Text Example
Text Example
White with #FFD8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD8C4; }
p { color: rgb(255,216,196); }
H1.HeaderClassName
{
color: #FFD8C4;
}
.AnyTagClassName
{
color: #FFD8C4;
}
</style>
background-color css
<style>
a { background-color: #FFD8C4; }
a { background-color: rgb(255,216,196); }
div.DivClassName
{
background-color: #FFD8C4;
}
.BgClassName
{
background-color: #FFD8C4;
}
</style>
border-color css
<style>
span { border-color: #FFD8C4; }
span { border-color: rgb(255,216,196); }
td.TdClassName
{
border-color: #FFD8C4;
}
.TagClassName
{
border-color: #FFD8C4;
}
</style>