Shades of Tuft Bush #FAD4BA
Tints of Tuft Bush #FAD4BA
RGB
CMYK
RGB Variations
Color information
#FAD4BA (or 0xFAD4BA) is known color: Tuft Bush. HEX triplet: FA, D4 and BA. RGB value is (250,212,186). Sum of RGB (Red+Green+Blue) = 250+212+186=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 212 (83.20% from 255 or 32.72% from 648); Blue value is 186 (73.05% from 255 or 28.70% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD4BA is #052B45. Grayscale: #DCDCDC. Windows color (decimal): -338758 or 12244218. OLE color: 12244218.
HSL color Cylindrical-coordinate representation of color #FAD4BA: hue angle of 24.38º 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 #FAD4BA is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 212 | 186 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.02 |
| HSL | 24.38º | 0.86% | 0.85% | - |
| HSV(B) | 24.38º | 0.26% | 0.98% | - |
| XYZ | 71.83 | 70.96 | 56.36 | - |
| YUV | 220.4 | 108.59 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 212 | 186 | 0 | 0.15 | 0.26 | 0.02 | 24.38 | 0.86 | 0.85 |
| Hex | FA | D4 | BA | 0 | F | 1A | 2 | 18 | 56 | 55 |
| Octal | 372 | 324 | 272 | 0 | 17 | 32 | 2 | 30 | 126 | 125 |
| Binary | 11111010 | 11010100 | 10111010 | 0 | 1111 | 11010 | 10 | 11000 | 1010110 | 1010101 |
Color Harmonies of #FAD4BA
Complementary color
Monochromatic Colors of #FAD4BA
Black with #FAD4BA
Text Example
Text Example
White with #FAD4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD4BA; }
p { color: rgb(250,212,186); }
H1.HeaderClassName
{
color: #FAD4BA;
}
.AnyTagClassName
{
color: #FAD4BA;
}
</style>
background-color css
<style>
a { background-color: #FAD4BA; }
a { background-color: rgb(250,212,186); }
div.DivClassName
{
background-color: #FAD4BA;
}
.BgClassName
{
background-color: #FAD4BA;
}
</style>
border-color css
<style>
span { border-color: #FAD4BA; }
span { border-color: rgb(250,212,186); }
td.TdClassName
{
border-color: #FAD4BA;
}
.TagClassName
{
border-color: #FAD4BA;
}
</style>