Shades of Pink Flare #CEBABD
Tints of Pink Flare #CEBABD
RGB
CMYK
RGB Variations
Color information
#CEBABD (or 0xCEBABD) is known color: Pink Flare. HEX triplet: CE, BA and BD. RGB value is (206,186,189). Sum of RGB (Red+Green+Blue) = 206+186+189=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBABD is #314542. Grayscale: #C0C0C0. Windows color (decimal): -3228995 or 12434126. OLE color: 12434126.
HSL color Cylindrical-coordinate representation of color #CEBABD: hue angle of 351º 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 #CEBABD is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 189 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.19 |
| HSL | 351º | 0.17% | 0.77% | - |
| HSV(B) | 351º | 0.1% | 0.81% | - |
| XYZ | 52.2 | 51.91 | 55.41 | - |
| YUV | 192.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 189 | 0 | 0.10 | 0.08 | 0.19 | 351 | 0.17 | 0.77 |
| Hex | CE | BA | BD | 0 | A | 8 | 13 | 15F | 11 | 4D |
| Octal | 316 | 272 | 275 | 0 | 12 | 10 | 23 | 537 | 21 | 115 |
| Binary | 11001110 | 10111010 | 10111101 | 0 | 1010 | 1000 | 10011 | 101011111 | 10001 | 1001101 |
Color Harmonies of #CEBABD
Complementary color
Monochromatic Colors of #CEBABD
Black with #CEBABD
Text Example
Text Example
White with #CEBABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBABD; }
p { color: rgb(206,186,189); }
H1.HeaderClassName
{
color: #CEBABD;
}
.AnyTagClassName
{
color: #CEBABD;
}
</style>
background-color css
<style>
a { background-color: #CEBABD; }
a { background-color: rgb(206,186,189); }
div.DivClassName
{
background-color: #CEBABD;
}
.BgClassName
{
background-color: #CEBABD;
}
</style>
border-color css
<style>
span { border-color: #CEBABD; }
span { border-color: rgb(206,186,189); }
td.TdClassName
{
border-color: #CEBABD;
}
.TagClassName
{
border-color: #CEBABD;
}
</style>