Shades of Tuft Bush #F1D3C1
Tints of Tuft Bush #F1D3C1
RGB
CMYK
RGB Variations
Color information
#F1D3C1 (or 0xF1D3C1) is known color: Tuft Bush. HEX triplet: F1, D3 and C1. RGB value is (241,211,193). Sum of RGB (Red+Green+Blue) = 241+211+193=645 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.36% from 645); Green value is 211 (82.81% from 255 or 32.71% from 645); Blue value is 193 (75.78% from 255 or 29.92% from 645); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D3C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D3C1 is #0E2C3E. Grayscale: #DADADA. Windows color (decimal): -928831 or 12702705. OLE color: 12702705.
HSL color Cylindrical-coordinate representation of color #F1D3C1: hue angle of 22.5º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1D3C1 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 193 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.05 |
| HSL | 22.5º | 0.63% | 0.85% | - |
| HSV(B) | 22.5º | 0.2% | 0.95% | - |
| XYZ | 69.2 | 69.14 | 60.15 | - |
| YUV | 217.92 | 113.94 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 193 | 0 | 0.12 | 0.20 | 0.05 | 22.5 | 0.63 | 0.85 |
| Hex | F1 | D3 | C1 | 0 | C | 14 | 5 | 16 | 3F | 55 |
| Octal | 361 | 323 | 301 | 0 | 14 | 24 | 5 | 26 | 77 | 125 |
| Binary | 11110001 | 11010011 | 11000001 | 0 | 1100 | 10100 | 101 | 10110 | 111111 | 1010101 |
Color Harmonies of #F1D3C1
Complementary color
Monochromatic Colors of #F1D3C1
Black with #F1D3C1
Text Example
Text Example
White with #F1D3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D3C1; }
p { color: rgb(241,211,193); }
H1.HeaderClassName
{
color: #F1D3C1;
}
.AnyTagClassName
{
color: #F1D3C1;
}
</style>
background-color css
<style>
a { background-color: #F1D3C1; }
a { background-color: rgb(241,211,193); }
div.DivClassName
{
background-color: #F1D3C1;
}
.BgClassName
{
background-color: #F1D3C1;
}
</style>
border-color css
<style>
span { border-color: #F1D3C1; }
span { border-color: rgb(241,211,193); }
td.TdClassName
{
border-color: #F1D3C1;
}
.TagClassName
{
border-color: #F1D3C1;
}
</style>