Shades of Tuft Bush #FAD2BA
Tints of Tuft Bush #FAD2BA
RGB
CMYK
RGB Variations
Color information
#FAD2BA (or 0xFAD2BA) is known color: Tuft Bush. HEX triplet: FA, D2 and BA. RGB value is (250,210,186). Sum of RGB (Red+Green+Blue) = 250+210+186=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 210 (82.42% from 255 or 32.51% from 646); Blue value is 186 (73.05% from 255 or 28.79% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD2BA is #052D45. Grayscale: #DBDBDB. Windows color (decimal): -339270 or 12243706. OLE color: 12243706.
HSL color Cylindrical-coordinate representation of color #FAD2BA: hue angle of 22.5º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAD2BA is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 210 | 186 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.02 |
| HSL | 22.5º | 0.86% | 0.85% | - |
| HSV(B) | 22.5º | 0.26% | 0.98% | - |
| XYZ | 71.33 | 69.96 | 56.2 | - |
| YUV | 219.22 | 109.25 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 210 | 186 | 0 | 0.16 | 0.26 | 0.02 | 22.5 | 0.86 | 0.85 |
| Hex | FA | D2 | BA | 0 | 10 | 1A | 2 | 16 | 56 | 55 |
| Octal | 372 | 322 | 272 | 0 | 20 | 32 | 2 | 26 | 126 | 125 |
| Binary | 11111010 | 11010010 | 10111010 | 0 | 10000 | 11010 | 10 | 10110 | 1010110 | 1010101 |
Color Harmonies of #FAD2BA
Complementary color
Monochromatic Colors of #FAD2BA
Black with #FAD2BA
Text Example
Text Example
White with #FAD2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD2BA; }
p { color: rgb(250,210,186); }
H1.HeaderClassName
{
color: #FAD2BA;
}
.AnyTagClassName
{
color: #FAD2BA;
}
</style>
background-color css
<style>
a { background-color: #FAD2BA; }
a { background-color: rgb(250,210,186); }
div.DivClassName
{
background-color: #FAD2BA;
}
.BgClassName
{
background-color: #FAD2BA;
}
</style>
border-color css
<style>
span { border-color: #FAD2BA; }
span { border-color: rgb(250,210,186); }
td.TdClassName
{
border-color: #FAD2BA;
}
.TagClassName
{
border-color: #FAD2BA;
}
</style>