Shades of Tuft Bush #FAD5BA
Tints of Tuft Bush #FAD5BA
RGB
CMYK
RGB Variations
Color information
#FAD5BA (or 0xFAD5BA) is known color: Tuft Bush. HEX triplet: FA, D5 and BA. RGB value is (250,213,186). Sum of RGB (Red+Green+Blue) = 250+213+186=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 213 (83.59% from 255 or 32.82% from 649); Blue value is 186 (73.05% from 255 or 28.66% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD5BA is #052A45. Grayscale: #DDDDDD. Windows color (decimal): -338502 or 12244474. OLE color: 12244474.
HSL color Cylindrical-coordinate representation of color #FAD5BA: hue angle of 25.31º 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 #FAD5BA is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 213 | 186 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.02 |
| HSL | 25.31º | 0.86% | 0.85% | - |
| HSV(B) | 25.31º | 0.26% | 0.98% | - |
| XYZ | 72.08 | 71.46 | 56.45 | - |
| YUV | 220.99 | 108.26 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 213 | 186 | 0 | 0.15 | 0.26 | 0.02 | 25.31 | 0.86 | 0.85 |
| Hex | FA | D5 | BA | 0 | F | 1A | 2 | 19 | 56 | 55 |
| Octal | 372 | 325 | 272 | 0 | 17 | 32 | 2 | 31 | 126 | 125 |
| Binary | 11111010 | 11010101 | 10111010 | 0 | 1111 | 11010 | 10 | 11001 | 1010110 | 1010101 |
Color Harmonies of #FAD5BA
Complementary color
Monochromatic Colors of #FAD5BA
Black with #FAD5BA
Text Example
Text Example
White with #FAD5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD5BA; }
p { color: rgb(250,213,186); }
H1.HeaderClassName
{
color: #FAD5BA;
}
.AnyTagClassName
{
color: #FAD5BA;
}
</style>
background-color css
<style>
a { background-color: #FAD5BA; }
a { background-color: rgb(250,213,186); }
div.DivClassName
{
background-color: #FAD5BA;
}
.BgClassName
{
background-color: #FAD5BA;
}
</style>
border-color css
<style>
span { border-color: #FAD5BA; }
span { border-color: rgb(250,213,186); }
td.TdClassName
{
border-color: #FAD5BA;
}
.TagClassName
{
border-color: #FAD5BA;
}
</style>