Shades of Tuft Bush #F9CEBB
Tints of Tuft Bush #F9CEBB
RGB
CMYK
RGB Variations
Color information
#F9CEBB (or 0xF9CEBB) is known color: Tuft Bush. HEX triplet: F9, CE and BB. RGB value is (249,206,187). Sum of RGB (Red+Green+Blue) = 249+206+187=642 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.79% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 187 (73.44% from 255 or 29.13% from 642); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CEBB is #063144. Grayscale: #D8D8D8. Windows color (decimal): -405829 or 12308217. OLE color: 12308217.
HSL color Cylindrical-coordinate representation of color #F9CEBB: hue angle of 18.39º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9CEBB is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 206 | 187 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.02 |
| HSL | 18.39º | 0.84% | 0.85% | - |
| HSV(B) | 18.39º | 0.25% | 0.98% | - |
| XYZ | 70.11 | 67.87 | 56.42 | - |
| YUV | 216.69 | 111.25 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 206 | 187 | 0 | 0.17 | 0.25 | 0.02 | 18.39 | 0.84 | 0.85 |
| Hex | F9 | CE | BB | 0 | 11 | 19 | 2 | 12 | 54 | 55 |
| Octal | 371 | 316 | 273 | 0 | 21 | 31 | 2 | 22 | 124 | 125 |
| Binary | 11111001 | 11001110 | 10111011 | 0 | 10001 | 11001 | 10 | 10010 | 1010100 | 1010101 |
Color Harmonies of #F9CEBB
Complementary color
Monochromatic Colors of #F9CEBB
Black with #F9CEBB
Text Example
Text Example
White with #F9CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CEBB; }
p { color: rgb(249,206,187); }
H1.HeaderClassName
{
color: #F9CEBB;
}
.AnyTagClassName
{
color: #F9CEBB;
}
</style>
background-color css
<style>
a { background-color: #F9CEBB; }
a { background-color: rgb(249,206,187); }
div.DivClassName
{
background-color: #F9CEBB;
}
.BgClassName
{
background-color: #F9CEBB;
}
</style>
border-color css
<style>
span { border-color: #F9CEBB; }
span { border-color: rgb(249,206,187); }
td.TdClassName
{
border-color: #F9CEBB;
}
.TagClassName
{
border-color: #F9CEBB;
}
</style>