Shades of Tuft Bush #F2D3BE
Tints of Tuft Bush #F2D3BE
RGB
CMYK
RGB Variations
Color information
#F2D3BE (or 0xF2D3BE) is known color: Tuft Bush. HEX triplet: F2, D3 and BE. RGB value is (242,211,190). Sum of RGB (Red+Green+Blue) = 242+211+190=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 211 (82.81% from 255 or 32.81% from 643); Blue value is 190 (74.61% from 255 or 29.55% from 643); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D3BE is #0D2C41. Grayscale: #D9D9D9. Windows color (decimal): -863298 or 12506098. OLE color: 12506098.
HSL color Cylindrical-coordinate representation of color #F2D3BE: hue angle of 24.23º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2D3BE is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 211 | 190 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.05 |
| HSL | 24.23º | 0.67% | 0.85% | - |
| HSV(B) | 24.23º | 0.21% | 0.95% | - |
| XYZ | 69.21 | 69.18 | 58.42 | - |
| YUV | 217.88 | 112.27 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 211 | 190 | 0 | 0.13 | 0.21 | 0.05 | 24.23 | 0.67 | 0.85 |
| Hex | F2 | D3 | BE | 0 | D | 15 | 5 | 18 | 43 | 55 |
| Octal | 362 | 323 | 276 | 0 | 15 | 25 | 5 | 30 | 103 | 125 |
| Binary | 11110010 | 11010011 | 10111110 | 0 | 1101 | 10101 | 101 | 11000 | 1000011 | 1010101 |
Color Harmonies of #F2D3BE
Complementary color
Monochromatic Colors of #F2D3BE
Black with #F2D3BE
Text Example
Text Example
White with #F2D3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D3BE; }
p { color: rgb(242,211,190); }
H1.HeaderClassName
{
color: #F2D3BE;
}
.AnyTagClassName
{
color: #F2D3BE;
}
</style>
background-color css
<style>
a { background-color: #F2D3BE; }
a { background-color: rgb(242,211,190); }
div.DivClassName
{
background-color: #F2D3BE;
}
.BgClassName
{
background-color: #F2D3BE;
}
</style>
border-color css
<style>
span { border-color: #F2D3BE; }
span { border-color: rgb(242,211,190); }
td.TdClassName
{
border-color: #F2D3BE;
}
.TagClassName
{
border-color: #F2D3BE;
}
</style>