Shades of Tuft Bush #F1D4C1
Tints of Tuft Bush #F1D4C1
RGB
CMYK
RGB Variations
Color information
#F1D4C1 (or 0xF1D4C1) is known color: Tuft Bush. HEX triplet: F1, D4 and C1. RGB value is (241,212,193). Sum of RGB (Red+Green+Blue) = 241+212+193=646 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.31% from 646); Green value is 212 (83.20% from 255 or 32.82% from 646); Blue value is 193 (75.78% from 255 or 29.88% from 646); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D4C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D4C1 is #0E2B3E. Grayscale: #DADADA. Windows color (decimal): -928575 or 12702961. OLE color: 12702961.
HSL color Cylindrical-coordinate representation of color #F1D4C1: hue angle of 23.75º 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 #F1D4C1 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 212 | 193 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.05 |
| HSL | 23.75º | 0.63% | 0.85% | - |
| HSV(B) | 23.75º | 0.2% | 0.95% | - |
| XYZ | 69.44 | 69.64 | 60.23 | - |
| YUV | 218.51 | 113.61 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 212 | 193 | 0 | 0.12 | 0.20 | 0.05 | 23.75 | 0.63 | 0.85 |
| Hex | F1 | D4 | C1 | 0 | C | 14 | 5 | 18 | 3F | 55 |
| Octal | 361 | 324 | 301 | 0 | 14 | 24 | 5 | 30 | 77 | 125 |
| Binary | 11110001 | 11010100 | 11000001 | 0 | 1100 | 10100 | 101 | 11000 | 111111 | 1010101 |
Color Harmonies of #F1D4C1
Complementary color
Monochromatic Colors of #F1D4C1
Black with #F1D4C1
Text Example
Text Example
White with #F1D4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D4C1; }
p { color: rgb(241,212,193); }
H1.HeaderClassName
{
color: #F1D4C1;
}
.AnyTagClassName
{
color: #F1D4C1;
}
</style>
background-color css
<style>
a { background-color: #F1D4C1; }
a { background-color: rgb(241,212,193); }
div.DivClassName
{
background-color: #F1D4C1;
}
.BgClassName
{
background-color: #F1D4C1;
}
</style>
border-color css
<style>
span { border-color: #F1D4C1; }
span { border-color: rgb(241,212,193); }
td.TdClassName
{
border-color: #F1D4C1;
}
.TagClassName
{
border-color: #F1D4C1;
}
</style>