Shades of Pink Flare #CFBEC0
Tints of Pink Flare #CFBEC0
RGB
CMYK
RGB Variations
Color information
#CFBEC0 (or 0xCFBEC0) is known color: Pink Flare. HEX triplet: CF, BE and C0. RGB value is (207,190,192). Sum of RGB (Red+Green+Blue) = 207+190+192=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEC0 is #30413F. Grayscale: #C3C3C3. Windows color (decimal): -3162432 or 12631759. OLE color: 12631759.
HSL color Cylindrical-coordinate representation of color #CFBEC0: hue angle of 352.94º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFBEC0 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 192 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.19 |
| HSL | 352.94º | 0.15% | 0.78% | - |
| HSV(B) | 352.94º | 0.08% | 0.81% | - |
| XYZ | 53.66 | 53.9 | 57.44 | - |
| YUV | 195.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 192 | 0 | 0.08 | 0.07 | 0.19 | 352.94 | 0.15 | 0.78 |
| Hex | CF | BE | C0 | 0 | 8 | 7 | 13 | 161 | F | 4E |
| Octal | 317 | 276 | 300 | 0 | 10 | 7 | 23 | 541 | 17 | 116 |
| Binary | 11001111 | 10111110 | 11000000 | 0 | 1000 | 111 | 10011 | 101100001 | 1111 | 1001110 |
Color Harmonies of #CFBEC0
Complementary color
Monochromatic Colors of #CFBEC0
Black with #CFBEC0
Text Example
Text Example
White with #CFBEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBEC0; }
p { color: rgb(207,190,192); }
H1.HeaderClassName
{
color: #CFBEC0;
}
.AnyTagClassName
{
color: #CFBEC0;
}
</style>
background-color css
<style>
a { background-color: #CFBEC0; }
a { background-color: rgb(207,190,192); }
div.DivClassName
{
background-color: #CFBEC0;
}
.BgClassName
{
background-color: #CFBEC0;
}
</style>
border-color css
<style>
span { border-color: #CFBEC0; }
span { border-color: rgb(207,190,192); }
td.TdClassName
{
border-color: #CFBEC0;
}
.TagClassName
{
border-color: #CFBEC0;
}
</style>