Shades of Tuft Bush #F1D5C5
Tints of Tuft Bush #F1D5C5
RGB
CMYK
RGB Variations
Color information
#F1D5C5 (or 0xF1D5C5) is known color: Tuft Bush. HEX triplet: F1, D5 and C5. RGB value is (241,213,197). Sum of RGB (Red+Green+Blue) = 241+213+197=651 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.02% from 651); Green value is 213 (83.59% from 255 or 32.72% from 651); Blue value is 197 (77.34% from 255 or 30.26% from 651); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D5C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D5C5 is #0E2A3A. Grayscale: #DBDBDB. Windows color (decimal): -928315 or 12965361. OLE color: 12965361.
HSL color Cylindrical-coordinate representation of color #F1D5C5: hue angle of 21.82º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F1D5C5 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 213 | 197 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.05 |
| HSL | 21.82º | 0.61% | 0.86% | - |
| HSV(B) | 21.82º | 0.18% | 0.95% | - |
| XYZ | 70.15 | 70.32 | 62.7 | - |
| YUV | 219.55 | 115.28 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 213 | 197 | 0 | 0.12 | 0.18 | 0.05 | 21.82 | 0.61 | 0.86 |
| Hex | F1 | D5 | C5 | 0 | C | 12 | 5 | 16 | 3D | 56 |
| Octal | 361 | 325 | 305 | 0 | 14 | 22 | 5 | 26 | 75 | 126 |
| Binary | 11110001 | 11010101 | 11000101 | 0 | 1100 | 10010 | 101 | 10110 | 111101 | 1010110 |
Color Harmonies of #F1D5C5
Complementary color
Monochromatic Colors of #F1D5C5
Black with #F1D5C5
Text Example
Text Example
White with #F1D5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D5C5; }
p { color: rgb(241,213,197); }
H1.HeaderClassName
{
color: #F1D5C5;
}
.AnyTagClassName
{
color: #F1D5C5;
}
</style>
background-color css
<style>
a { background-color: #F1D5C5; }
a { background-color: rgb(241,213,197); }
div.DivClassName
{
background-color: #F1D5C5;
}
.BgClassName
{
background-color: #F1D5C5;
}
</style>
border-color css
<style>
span { border-color: #F1D5C5; }
span { border-color: rgb(241,213,197); }
td.TdClassName
{
border-color: #F1D5C5;
}
.TagClassName
{
border-color: #F1D5C5;
}
</style>