Shades of Tuft Bush #F8D2BA
Tints of Tuft Bush #F8D2BA
RGB
CMYK
RGB Variations
Color information
#F8D2BA (or 0xF8D2BA) is known color: Tuft Bush. HEX triplet: F8, D2 and BA. RGB value is (248,210,186). Sum of RGB (Red+Green+Blue) = 248+210+186=644 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.51% from 644); Green value is 210 (82.42% from 255 or 32.61% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D2BA is #072D45. Grayscale: #DADADA. Windows color (decimal): -470342 or 12243704. OLE color: 12243704.
HSL color Cylindrical-coordinate representation of color #F8D2BA: hue angle of 23.23º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8D2BA is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 210 | 186 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.03 |
| HSL | 23.23º | 0.82% | 0.85% | - |
| HSV(B) | 23.23º | 0.25% | 0.97% | - |
| XYZ | 70.62 | 69.59 | 56.17 | - |
| YUV | 218.63 | 109.59 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 210 | 186 | 0 | 0.15 | 0.25 | 0.03 | 23.23 | 0.82 | 0.85 |
| Hex | F8 | D2 | BA | 0 | F | 19 | 3 | 17 | 52 | 55 |
| Octal | 370 | 322 | 272 | 0 | 17 | 31 | 3 | 27 | 122 | 125 |
| Binary | 11111000 | 11010010 | 10111010 | 0 | 1111 | 11001 | 11 | 10111 | 1010010 | 1010101 |
Color Harmonies of #F8D2BA
Complementary color
Monochromatic Colors of #F8D2BA
Black with #F8D2BA
Text Example
Text Example
White with #F8D2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D2BA; }
p { color: rgb(248,210,186); }
H1.HeaderClassName
{
color: #F8D2BA;
}
.AnyTagClassName
{
color: #F8D2BA;
}
</style>
background-color css
<style>
a { background-color: #F8D2BA; }
a { background-color: rgb(248,210,186); }
div.DivClassName
{
background-color: #F8D2BA;
}
.BgClassName
{
background-color: #F8D2BA;
}
</style>
border-color css
<style>
span { border-color: #F8D2BA; }
span { border-color: rgb(248,210,186); }
td.TdClassName
{
border-color: #F8D2BA;
}
.TagClassName
{
border-color: #F8D2BA;
}
</style>