Shades of Tuft Bush #FFCFBE
Tints of Tuft Bush #FFCFBE
RGB
CMYK
RGB Variations
Color information
#FFCFBE (or 0xFFCFBE) is known color: Tuft Bush. HEX triplet: FF, CF and BE. RGB value is (255,207,190). Sum of RGB (Red+Green+Blue) = 255+207+190=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 207 (81.25% from 255 or 31.75% from 652); Blue value is 190 (74.61% from 255 or 29.14% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFBE is #003041. Grayscale: #DBDBDB. Windows color (decimal): -12354 or 12505087. OLE color: 12505087.
HSL color Cylindrical-coordinate representation of color #FFCFBE: hue angle of 15.69º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFCFBE is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 190 | - |
| CMYK | 0 | 0.19 | 0.25 | 0 |
| HSL | 15.69º | 1% | 0.87% | - |
| HSV(B) | 15.69º | 0.25% | 1% | - |
| XYZ | 72.85 | 69.6 | 58.31 | - |
| YUV | 219.41 | 111.4 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 190 | 0 | 0.19 | 0.25 | 0 | 15.69 | 1 | 0.87 |
| Hex | FF | CF | BE | 0 | 13 | 19 | 0 | 10 | 64 | 57 |
| Octal | 377 | 317 | 276 | 0 | 23 | 31 | 0 | 20 | 144 | 127 |
| Binary | 11111111 | 11001111 | 10111110 | 0 | 10011 | 11001 | 0 | 10000 | 1100100 | 1010111 |
Color Harmonies of #FFCFBE
Complementary color
Monochromatic Colors of #FFCFBE
Black with #FFCFBE
Text Example
Text Example
White with #FFCFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFBE; }
p { color: rgb(255,207,190); }
H1.HeaderClassName
{
color: #FFCFBE;
}
.AnyTagClassName
{
color: #FFCFBE;
}
</style>
background-color css
<style>
a { background-color: #FFCFBE; }
a { background-color: rgb(255,207,190); }
div.DivClassName
{
background-color: #FFCFBE;
}
.BgClassName
{
background-color: #FFCFBE;
}
</style>
border-color css
<style>
span { border-color: #FFCFBE; }
span { border-color: rgb(255,207,190); }
td.TdClassName
{
border-color: #FFCFBE;
}
.TagClassName
{
border-color: #FFCFBE;
}
</style>