Shades of Tuft Bush #F9CFBE
Tints of Tuft Bush #F9CFBE
RGB
CMYK
RGB Variations
Color information
#F9CFBE (or 0xF9CFBE) is known color: Tuft Bush. HEX triplet: F9, CF and BE. RGB value is (249,207,190). Sum of RGB (Red+Green+Blue) = 249+207+190=646 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.54% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 190 (74.61% from 255 or 29.41% from 646); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CFBE is #063041. Grayscale: #D9D9D9. Windows color (decimal): -405570 or 12505081. OLE color: 12505081.
HSL color Cylindrical-coordinate representation of color #F9CFBE: hue angle of 17.29º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9CFBE is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 207 | 190 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.02 |
| HSL | 17.29º | 0.83% | 0.86% | - |
| HSV(B) | 17.29º | 0.24% | 0.98% | - |
| XYZ | 70.67 | 68.48 | 58.21 | - |
| YUV | 217.62 | 112.41 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 207 | 190 | 0 | 0.17 | 0.24 | 0.02 | 17.29 | 0.83 | 0.86 |
| Hex | F9 | CF | BE | 0 | 11 | 18 | 2 | 11 | 53 | 56 |
| Octal | 371 | 317 | 276 | 0 | 21 | 30 | 2 | 21 | 123 | 126 |
| Binary | 11111001 | 11001111 | 10111110 | 0 | 10001 | 11000 | 10 | 10001 | 1010011 | 1010110 |
Color Harmonies of #F9CFBE
Complementary color
Monochromatic Colors of #F9CFBE
Black with #F9CFBE
Text Example
Text Example
White with #F9CFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CFBE; }
p { color: rgb(249,207,190); }
H1.HeaderClassName
{
color: #F9CFBE;
}
.AnyTagClassName
{
color: #F9CFBE;
}
</style>
background-color css
<style>
a { background-color: #F9CFBE; }
a { background-color: rgb(249,207,190); }
div.DivClassName
{
background-color: #F9CFBE;
}
.BgClassName
{
background-color: #F9CFBE;
}
</style>
border-color css
<style>
span { border-color: #F9CFBE; }
span { border-color: rgb(249,207,190); }
td.TdClassName
{
border-color: #F9CFBE;
}
.TagClassName
{
border-color: #F9CFBE;
}
</style>