Shades of Tuft Bush #F1D3BD
Tints of Tuft Bush #F1D3BD
RGB
CMYK
RGB Variations
Color information
#F1D3BD (or 0xF1D3BD) is known color: Tuft Bush. HEX triplet: F1, D3 and BD. RGB value is (241,211,189). Sum of RGB (Red+Green+Blue) = 241+211+189=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 211 (82.81% from 255 or 32.92% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D3BD is #0E2C42. Grayscale: #D9D9D9. Windows color (decimal): -928835 or 12440561. OLE color: 12440561.
HSL color Cylindrical-coordinate representation of color #F1D3BD: hue angle of 25.38º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1D3BD is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 189 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.05 |
| HSL | 25.38º | 0.65% | 0.84% | - |
| HSV(B) | 25.38º | 0.22% | 0.95% | - |
| XYZ | 68.76 | 68.96 | 57.83 | - |
| YUV | 217.46 | 111.94 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 189 | 0 | 0.12 | 0.22 | 0.05 | 25.38 | 0.65 | 0.84 |
| Hex | F1 | D3 | BD | 0 | C | 16 | 5 | 19 | 41 | 54 |
| Octal | 361 | 323 | 275 | 0 | 14 | 26 | 5 | 31 | 101 | 124 |
| Binary | 11110001 | 11010011 | 10111101 | 0 | 1100 | 10110 | 101 | 11001 | 1000001 | 1010100 |
Color Harmonies of #F1D3BD
Complementary color
Monochromatic Colors of #F1D3BD
Black with #F1D3BD
Text Example
Text Example
White with #F1D3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D3BD; }
p { color: rgb(241,211,189); }
H1.HeaderClassName
{
color: #F1D3BD;
}
.AnyTagClassName
{
color: #F1D3BD;
}
</style>
background-color css
<style>
a { background-color: #F1D3BD; }
a { background-color: rgb(241,211,189); }
div.DivClassName
{
background-color: #F1D3BD;
}
.BgClassName
{
background-color: #F1D3BD;
}
</style>
border-color css
<style>
span { border-color: #F1D3BD; }
span { border-color: rgb(241,211,189); }
td.TdClassName
{
border-color: #F1D3BD;
}
.TagClassName
{
border-color: #F1D3BD;
}
</style>