Shades of Pink Flare #CFBABE
Tints of Pink Flare #CFBABE
RGB
CMYK
RGB Variations
Color information
#CFBABE (or 0xCFBABE) is known color: Pink Flare. HEX triplet: CF, BA and BE. RGB value is (207,186,190). Sum of RGB (Red+Green+Blue) = 207+186+190=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBABE is #304541. Grayscale: #C0C0C0. Windows color (decimal): -3163458 or 12499663. OLE color: 12499663.
HSL color Cylindrical-coordinate representation of color #CFBABE: hue angle of 348.57º degrees, saturation: 0.18, 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 #CFBABE is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 190 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.19 |
| HSL | 348.57º | 0.18% | 0.77% | - |
| HSV(B) | 348.57º | 0.1% | 0.81% | - |
| XYZ | 52.59 | 52.1 | 56 | - |
| YUV | 192.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 190 | 0 | 0.10 | 0.08 | 0.19 | 348.57 | 0.18 | 0.77 |
| Hex | CF | BA | BE | 0 | A | 8 | 13 | 15D | 12 | 4D |
| Octal | 317 | 272 | 276 | 0 | 12 | 10 | 23 | 535 | 22 | 115 |
| Binary | 11001111 | 10111010 | 10111110 | 0 | 1010 | 1000 | 10011 | 101011101 | 10010 | 1001101 |
Color Harmonies of #CFBABE
Complementary color
Monochromatic Colors of #CFBABE
Black with #CFBABE
Text Example
Text Example
White with #CFBABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBABE; }
p { color: rgb(207,186,190); }
H1.HeaderClassName
{
color: #CFBABE;
}
.AnyTagClassName
{
color: #CFBABE;
}
</style>
background-color css
<style>
a { background-color: #CFBABE; }
a { background-color: rgb(207,186,190); }
div.DivClassName
{
background-color: #CFBABE;
}
.BgClassName
{
background-color: #CFBABE;
}
</style>
border-color css
<style>
span { border-color: #CFBABE; }
span { border-color: rgb(207,186,190); }
td.TdClassName
{
border-color: #CFBABE;
}
.TagClassName
{
border-color: #CFBABE;
}
</style>