Shades of Tuft Bush #F3D2BB
Tints of Tuft Bush #F3D2BB
RGB
CMYK
RGB Variations
Color information
#F3D2BB (or 0xF3D2BB) is known color: Tuft Bush. HEX triplet: F3, D2 and BB. RGB value is (243,210,187). Sum of RGB (Red+Green+Blue) = 243+210+187=640 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.97% from 640); Green value is 210 (82.42% from 255 or 32.81% from 640); Blue value is 187 (73.44% from 255 or 29.22% from 640); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D2BB is #0C2D44. Grayscale: #D9D9D9. Windows color (decimal): -798021 or 12309235. OLE color: 12309235.
HSL color Cylindrical-coordinate representation of color #F3D2BB: hue angle of 24.64º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3D2BB is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 210 | 187 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.05 |
| HSL | 24.64º | 0.7% | 0.84% | - |
| HSV(B) | 24.64º | 0.23% | 0.95% | - |
| XYZ | 68.98 | 68.74 | 56.65 | - |
| YUV | 217.25 | 110.93 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 210 | 187 | 0 | 0.14 | 0.23 | 0.05 | 24.64 | 0.7 | 0.84 |
| Hex | F3 | D2 | BB | 0 | E | 17 | 5 | 19 | 46 | 54 |
| Octal | 363 | 322 | 273 | 0 | 16 | 27 | 5 | 31 | 106 | 124 |
| Binary | 11110011 | 11010010 | 10111011 | 0 | 1110 | 10111 | 101 | 11001 | 1000110 | 1010100 |
Color Harmonies of #F3D2BB
Complementary color
Monochromatic Colors of #F3D2BB
Black with #F3D2BB
Text Example
Text Example
White with #F3D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D2BB; }
p { color: rgb(243,210,187); }
H1.HeaderClassName
{
color: #F3D2BB;
}
.AnyTagClassName
{
color: #F3D2BB;
}
</style>
background-color css
<style>
a { background-color: #F3D2BB; }
a { background-color: rgb(243,210,187); }
div.DivClassName
{
background-color: #F3D2BB;
}
.BgClassName
{
background-color: #F3D2BB;
}
</style>
border-color css
<style>
span { border-color: #F3D2BB; }
span { border-color: rgb(243,210,187); }
td.TdClassName
{
border-color: #F3D2BB;
}
.TagClassName
{
border-color: #F3D2BB;
}
</style>