Shades of Pink Flare #CFAFB4
Tints of Pink Flare #CFAFB4
RGB
CMYK
RGB Variations
Color information
#CFAFB4 (or 0xCFAFB4) is known color: Pink Flare. HEX triplet: CF, AF and B4. RGB value is (207,175,180). Sum of RGB (Red+Green+Blue) = 207+175+180=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 180 (70.70% from 255 or 32.03% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFB4 is #30504B. Grayscale: #B9B9B9. Windows color (decimal): -3166284 or 11841487. OLE color: 11841487.
HSL color Cylindrical-coordinate representation of color #CFAFB4: hue angle of 350.62º 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 #CFAFB4 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 180 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.19 |
| HSL | 350.63º | 0.25% | 0.75% | - |
| HSV(B) | 350.63º | 0.15% | 0.81% | - |
| XYZ | 49.3 | 47.22 | 49.7 | - |
| YUV | 185.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 180 | 0 | 0.15 | 0.13 | 0.19 | 350.63 | 0.25 | 0.75 |
| Hex | CF | AF | B4 | 0 | F | D | 13 | 15F | 19 | 4B |
| Octal | 317 | 257 | 264 | 0 | 17 | 15 | 23 | 537 | 31 | 113 |
| Binary | 11001111 | 10101111 | 10110100 | 0 | 1111 | 1101 | 10011 | 101011111 | 11001 | 1001011 |
Color Harmonies of #CFAFB4
Complementary color
Monochromatic Colors of #CFAFB4
Black with #CFAFB4
Text Example
Text Example
White with #CFAFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFB4; }
p { color: rgb(207,175,180); }
H1.HeaderClassName
{
color: #CFAFB4;
}
.AnyTagClassName
{
color: #CFAFB4;
}
</style>
background-color css
<style>
a { background-color: #CFAFB4; }
a { background-color: rgb(207,175,180); }
div.DivClassName
{
background-color: #CFAFB4;
}
.BgClassName
{
background-color: #CFAFB4;
}
</style>
border-color css
<style>
span { border-color: #CFAFB4; }
span { border-color: rgb(207,175,180); }
td.TdClassName
{
border-color: #CFAFB4;
}
.TagClassName
{
border-color: #CFAFB4;
}
</style>