Shades of Pink Flare #CFAFB0
Tints of Pink Flare #CFAFB0
RGB
CMYK
RGB Variations
Color information
#CFAFB0 (or 0xCFAFB0) is known color: Pink Flare. HEX triplet: CF, AF and B0. RGB value is (207,175,176). Sum of RGB (Red+Green+Blue) = 207+175+176=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAFB0 is #30504F. Grayscale: #B8B8B8. Windows color (decimal): -3166288 or 11579343. OLE color: 11579343.
HSL color Cylindrical-coordinate representation of color #CFAFB0: hue angle of 358.12º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFAFB0 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 176 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.19 |
| HSL | 358.13º | 0.25% | 0.75% | - |
| HSV(B) | 358.13º | 0.15% | 0.81% | - |
| XYZ | 48.9 | 47.06 | 47.58 | - |
| YUV | 184.68 | 123.1 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 176 | 0 | 0.15 | 0.15 | 0.19 | 358.13 | 0.25 | 0.75 |
| Hex | CF | AF | B0 | 0 | F | F | 13 | 166 | 19 | 4B |
| Octal | 317 | 257 | 260 | 0 | 17 | 17 | 23 | 546 | 31 | 113 |
| Binary | 11001111 | 10101111 | 10110000 | 0 | 1111 | 1111 | 10011 | 101100110 | 11001 | 1001011 |
Color Harmonies of #CFAFB0
Complementary color
Monochromatic Colors of #CFAFB0
Black with #CFAFB0
Text Example
Text Example
White with #CFAFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFB0; }
p { color: rgb(207,175,176); }
H1.HeaderClassName
{
color: #CFAFB0;
}
.AnyTagClassName
{
color: #CFAFB0;
}
</style>
background-color css
<style>
a { background-color: #CFAFB0; }
a { background-color: rgb(207,175,176); }
div.DivClassName
{
background-color: #CFAFB0;
}
.BgClassName
{
background-color: #CFAFB0;
}
</style>
border-color css
<style>
span { border-color: #CFAFB0; }
span { border-color: rgb(207,175,176); }
td.TdClassName
{
border-color: #CFAFB0;
}
.TagClassName
{
border-color: #CFAFB0;
}
</style>