Shades of Pink Flare #CEBABB
Tints of Pink Flare #CEBABB
RGB
CMYK
RGB Variations
Color information
#CEBABB (or 0xCEBABB) is known color: Pink Flare. HEX triplet: CE, BA and BB. RGB value is (206,186,187). Sum of RGB (Red+Green+Blue) = 206+186+187=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBABB is #314544. Grayscale: #C0C0C0. Windows color (decimal): -3228997 or 12303054. OLE color: 12303054.
HSL color Cylindrical-coordinate representation of color #CEBABB: hue angle of 357º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEBABB is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 187 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.19 |
| HSL | 357º | 0.17% | 0.77% | - |
| HSV(B) | 357º | 0.1% | 0.81% | - |
| XYZ | 51.98 | 51.83 | 54.28 | - |
| YUV | 192.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 187 | 0 | 0.10 | 0.09 | 0.19 | 357 | 0.17 | 0.77 |
| Hex | CE | BA | BB | 0 | A | 9 | 13 | 165 | 11 | 4D |
| Octal | 316 | 272 | 273 | 0 | 12 | 11 | 23 | 545 | 21 | 115 |
| Binary | 11001110 | 10111010 | 10111011 | 0 | 1010 | 1001 | 10011 | 101100101 | 10001 | 1001101 |
Color Harmonies of #CEBABB
Complementary color
Monochromatic Colors of #CEBABB
Black with #CEBABB
Text Example
Text Example
White with #CEBABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBABB; }
p { color: rgb(206,186,187); }
H1.HeaderClassName
{
color: #CEBABB;
}
.AnyTagClassName
{
color: #CEBABB;
}
</style>
background-color css
<style>
a { background-color: #CEBABB; }
a { background-color: rgb(206,186,187); }
div.DivClassName
{
background-color: #CEBABB;
}
.BgClassName
{
background-color: #CEBABB;
}
</style>
border-color css
<style>
span { border-color: #CEBABB; }
span { border-color: rgb(206,186,187); }
td.TdClassName
{
border-color: #CEBABB;
}
.TagClassName
{
border-color: #CEBABB;
}
</style>