Shades of Pink Flare #CFBABB
Tints of Pink Flare #CFBABB
RGB
CMYK
RGB Variations
Color information
#CFBABB (or 0xCFBABB) is known color: Pink Flare. HEX triplet: CF, BA and BB. RGB value is (207,186,187). Sum of RGB (Red+Green+Blue) = 207+186+187=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBABB is #304544. Grayscale: #C0C0C0. Windows color (decimal): -3163461 or 12303055. OLE color: 12303055.
HSL color Cylindrical-coordinate representation of color #CFBABB: hue angle of 357.14º 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 #CFBABB is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 187 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.19 |
| HSL | 357.14º | 0.18% | 0.77% | - |
| HSV(B) | 357.14º | 0.1% | 0.81% | - |
| XYZ | 52.26 | 51.97 | 54.29 | - |
| YUV | 192.39 | 124.96 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 187 | 0 | 0.10 | 0.10 | 0.19 | 357.14 | 0.18 | 0.77 |
| Hex | CF | BA | BB | 0 | A | A | 13 | 165 | 12 | 4D |
| Octal | 317 | 272 | 273 | 0 | 12 | 12 | 23 | 545 | 22 | 115 |
| Binary | 11001111 | 10111010 | 10111011 | 0 | 1010 | 1010 | 10011 | 101100101 | 10010 | 1001101 |
Color Harmonies of #CFBABB
Complementary color
Monochromatic Colors of #CFBABB
Black with #CFBABB
Text Example
Text Example
White with #CFBABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBABB; }
p { color: rgb(207,186,187); }
H1.HeaderClassName
{
color: #CFBABB;
}
.AnyTagClassName
{
color: #CFBABB;
}
</style>
background-color css
<style>
a { background-color: #CFBABB; }
a { background-color: rgb(207,186,187); }
div.DivClassName
{
background-color: #CFBABB;
}
.BgClassName
{
background-color: #CFBABB;
}
</style>
border-color css
<style>
span { border-color: #CFBABB; }
span { border-color: rgb(207,186,187); }
td.TdClassName
{
border-color: #CFBABB;
}
.TagClassName
{
border-color: #CFBABB;
}
</style>