Shades of Pink Flare #CFB3B4
Tints of Pink Flare #CFB3B4
RGB
CMYK
RGB Variations
Color information
#CFB3B4 (or 0xCFB3B4) is known color: Pink Flare. HEX triplet: CF, B3 and B4. RGB value is (207,179,180). Sum of RGB (Red+Green+Blue) = 207+179+180=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB3B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB3B4 is #304C4B. Grayscale: #BBBBBB. Windows color (decimal): -3165260 or 11842511. OLE color: 11842511.
HSL color Cylindrical-coordinate representation of color #CFB3B4: hue angle of 357.86º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFB3B4 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 180 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.19 |
| HSL | 357.86º | 0.23% | 0.76% | - |
| HSV(B) | 357.86º | 0.14% | 0.81% | - |
| XYZ | 50.09 | 48.8 | 49.96 | - |
| YUV | 187.49 | 123.78 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 180 | 0 | 0.14 | 0.13 | 0.19 | 357.86 | 0.23 | 0.76 |
| Hex | CF | B3 | B4 | 0 | E | D | 13 | 166 | 17 | 4C |
| Octal | 317 | 263 | 264 | 0 | 16 | 15 | 23 | 546 | 27 | 114 |
| Binary | 11001111 | 10110011 | 10110100 | 0 | 1110 | 1101 | 10011 | 101100110 | 10111 | 1001100 |
Color Harmonies of #CFB3B4
Complementary color
Monochromatic Colors of #CFB3B4
Black with #CFB3B4
Text Example
Text Example
White with #CFB3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB3B4; }
p { color: rgb(207,179,180); }
H1.HeaderClassName
{
color: #CFB3B4;
}
.AnyTagClassName
{
color: #CFB3B4;
}
</style>
background-color css
<style>
a { background-color: #CFB3B4; }
a { background-color: rgb(207,179,180); }
div.DivClassName
{
background-color: #CFB3B4;
}
.BgClassName
{
background-color: #CFB3B4;
}
</style>
border-color css
<style>
span { border-color: #CFB3B4; }
span { border-color: rgb(207,179,180); }
td.TdClassName
{
border-color: #CFB3B4;
}
.TagClassName
{
border-color: #CFB3B4;
}
</style>