Shades of Tuft Bush #FFCEBE
Tints of Tuft Bush #FFCEBE
RGB
CMYK
RGB Variations
Color information
#FFCEBE (or 0xFFCEBE) is known color: Tuft Bush. HEX triplet: FF, CE and BE. RGB value is (255,206,190). Sum of RGB (Red+Green+Blue) = 255+206+190=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 190 (74.61% from 255 or 29.19% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCEBE is #003141. Grayscale: #DADADA. Windows color (decimal): -12610 or 12504831. OLE color: 12504831.
HSL color Cylindrical-coordinate representation of color #FFCEBE: hue angle of 14.77º 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 #FFCEBE is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 190 | - |
| CMYK | 0 | 0.19 | 0.25 | 0 |
| HSL | 14.77º | 1% | 0.87% | - |
| HSV(B) | 14.77º | 0.25% | 1% | - |
| XYZ | 72.61 | 69.12 | 58.23 | - |
| YUV | 218.83 | 111.73 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 190 | 0 | 0.19 | 0.25 | 0 | 14.77 | 1 | 0.87 |
| Hex | FF | CE | BE | 0 | 13 | 19 | 0 | F | 64 | 57 |
| Octal | 377 | 316 | 276 | 0 | 23 | 31 | 0 | 17 | 144 | 127 |
| Binary | 11111111 | 11001110 | 10111110 | 0 | 10011 | 11001 | 0 | 1111 | 1100100 | 1010111 |
Color Harmonies of #FFCEBE
Complementary color
Monochromatic Colors of #FFCEBE
Black with #FFCEBE
Text Example
Text Example
White with #FFCEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCEBE; }
p { color: rgb(255,206,190); }
H1.HeaderClassName
{
color: #FFCEBE;
}
.AnyTagClassName
{
color: #FFCEBE;
}
</style>
background-color css
<style>
a { background-color: #FFCEBE; }
a { background-color: rgb(255,206,190); }
div.DivClassName
{
background-color: #FFCEBE;
}
.BgClassName
{
background-color: #FFCEBE;
}
</style>
border-color css
<style>
span { border-color: #FFCEBE; }
span { border-color: rgb(255,206,190); }
td.TdClassName
{
border-color: #FFCEBE;
}
.TagClassName
{
border-color: #FFCEBE;
}
</style>