Shades of Pink Flare #CFBABC
Tints of Pink Flare #CFBABC
RGB
CMYK
RGB Variations
Color information
#CFBABC (or 0xCFBABC) is known color: Pink Flare. HEX triplet: CF, BA and BC. RGB value is (207,186,188). Sum of RGB (Red+Green+Blue) = 207+186+188=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBABC is #304543. Grayscale: #C0C0C0. Windows color (decimal): -3163460 or 12368591. OLE color: 12368591.
HSL color Cylindrical-coordinate representation of color #CFBABC: hue angle of 354.29º 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 #CFBABC is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 188 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.19 |
| HSL | 354.29º | 0.18% | 0.77% | - |
| HSV(B) | 354.29º | 0.1% | 0.81% | - |
| XYZ | 52.37 | 52.01 | 54.86 | - |
| YUV | 192.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 188 | 0 | 0.10 | 0.09 | 0.19 | 354.29 | 0.18 | 0.77 |
| Hex | CF | BA | BC | 0 | A | 9 | 13 | 162 | 12 | 4D |
| Octal | 317 | 272 | 274 | 0 | 12 | 11 | 23 | 542 | 22 | 115 |
| Binary | 11001111 | 10111010 | 10111100 | 0 | 1010 | 1001 | 10011 | 101100010 | 10010 | 1001101 |
Color Harmonies of #CFBABC
Complementary color
Monochromatic Colors of #CFBABC
Black with #CFBABC
Text Example
Text Example
White with #CFBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBABC; }
p { color: rgb(207,186,188); }
H1.HeaderClassName
{
color: #CFBABC;
}
.AnyTagClassName
{
color: #CFBABC;
}
</style>
background-color css
<style>
a { background-color: #CFBABC; }
a { background-color: rgb(207,186,188); }
div.DivClassName
{
background-color: #CFBABC;
}
.BgClassName
{
background-color: #CFBABC;
}
</style>
border-color css
<style>
span { border-color: #CFBABC; }
span { border-color: rgb(207,186,188); }
td.TdClassName
{
border-color: #CFBABC;
}
.TagClassName
{
border-color: #CFBABC;
}
</style>