Shades of Pink Flare #CEBFC1
Tints of Pink Flare #CEBFC1
RGB
CMYK
RGB Variations
Color information
#CEBFC1 (or 0xCEBFC1) is known color: Pink Flare. HEX triplet: CE, BF and C1. RGB value is (206,191,193). Sum of RGB (Red+Green+Blue) = 206+191+193=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 193 (75.78% from 255 or 32.71% from 590); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFC1 is #31403E. Grayscale: #C3C3C3. Windows color (decimal): -3227711 or 12697550. OLE color: 12697550.
HSL color Cylindrical-coordinate representation of color #CEBFC1: hue angle of 352º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CEBFC1 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 191 | 193 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.19 |
| HSL | 352º | 0.13% | 0.78% | - |
| HSV(B) | 352º | 0.07% | 0.81% | - |
| XYZ | 53.71 | 54.23 | 58.09 | - |
| YUV | 195.71 | 126.47 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 193 | 0 | 0.07 | 0.06 | 0.19 | 352 | 0.13 | 0.78 |
| Hex | CE | BF | C1 | 0 | 7 | 6 | 13 | 160 | D | 4E |
| Octal | 316 | 277 | 301 | 0 | 7 | 6 | 23 | 540 | 15 | 116 |
| Binary | 11001110 | 10111111 | 11000001 | 0 | 111 | 110 | 10011 | 101100000 | 1101 | 1001110 |
Color Harmonies of #CEBFC1
Complementary color
Monochromatic Colors of #CEBFC1
Black with #CEBFC1
Text Example
Text Example
White with #CEBFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBFC1; }
p { color: rgb(206,191,193); }
H1.HeaderClassName
{
color: #CEBFC1;
}
.AnyTagClassName
{
color: #CEBFC1;
}
</style>
background-color css
<style>
a { background-color: #CEBFC1; }
a { background-color: rgb(206,191,193); }
div.DivClassName
{
background-color: #CEBFC1;
}
.BgClassName
{
background-color: #CEBFC1;
}
</style>
border-color css
<style>
span { border-color: #CEBFC1; }
span { border-color: rgb(206,191,193); }
td.TdClassName
{
border-color: #CEBFC1;
}
.TagClassName
{
border-color: #CEBFC1;
}
</style>