Shades of Tuft Bush #FDD8C5
Tints of Tuft Bush #FDD8C5
RGB
CMYK
RGB Variations
Color information
#FDD8C5 (or 0xFDD8C5) is known color: Tuft Bush. HEX triplet: FD, D8 and C5. RGB value is (253,216,197). Sum of RGB (Red+Green+Blue) = 253+216+197=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 216 (84.77% from 255 or 32.43% from 666); Blue value is 197 (77.34% from 255 or 29.58% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD8C5 is #02273A. Grayscale: #E1E1E1. Windows color (decimal): -141115 or 12966141. OLE color: 12966141.
HSL color Cylindrical-coordinate representation of color #FDD8C5: hue angle of 20.36º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDD8C5 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 216 | 197 | - |
CMYK | 0 | 0.15 | 0.22 | 0.01 |
HSL | 20.36º | 0.93% | 0.88% | - |
HSV(B) | 20.36º | 0.22% | 0.99% | - |
XYZ | 75.14 | 74.03 | 63.15 | - |
YUV | 224.9 | 112.26 | 148.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 216 | 197 | 0 | 0.15 | 0.22 | 0.01 | 20.36 | 0.93 | 0.88 |
Hex | FD | D8 | C5 | 0 | F | 16 | 1 | 14 | 5D | 58 |
Octal | 375 | 330 | 305 | 0 | 17 | 26 | 1 | 24 | 135 | 130 |
Binary | 11111101 | 11011000 | 11000101 | 0 | 1111 | 10110 | 1 | 10100 | 1011101 | 1011000 |
Color Harmonies of #FDD8C5
Complementary color
Monochromatic Colors of #FDD8C5
Black with #FDD8C5
Text Example
Text Example
White with #FDD8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD8C5; }
p { color: rgb(253,216,197); }
H1.HeaderClassName
{
color: #FDD8C5;
}
.AnyTagClassName
{
color: #FDD8C5;
}
</style>
background-color css
<style>
a { background-color: #FDD8C5; }
a { background-color: rgb(253,216,197); }
div.DivClassName
{
background-color: #FDD8C5;
}
.BgClassName
{
background-color: #FDD8C5;
}
</style>
border-color css
<style>
span { border-color: #FDD8C5; }
span { border-color: rgb(253,216,197); }
td.TdClassName
{
border-color: #FDD8C5;
}
.TagClassName
{
border-color: #FDD8C5;
}
</style>