Shades of Pink Flare #CFAFB2
Tints of Pink Flare #CFAFB2
RGB
CMYK
RGB Variations
Color information
#CFAFB2 (or 0xCFAFB2) is known color: Pink Flare. HEX triplet: CF, AF and B2. RGB value is (207,175,178). Sum of RGB (Red+Green+Blue) = 207+175+178=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAFB2 is #30504D. Grayscale: #B8B8B8. Windows color (decimal): -3166286 or 11710415. OLE color: 11710415.
HSL color Cylindrical-coordinate representation of color #CFAFB2: hue angle of 354.38º 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 #CFAFB2 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 178 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.19 |
| HSL | 354.38º | 0.25% | 0.75% | - |
| HSV(B) | 354.38º | 0.15% | 0.81% | - |
| XYZ | 49.1 | 47.14 | 48.63 | - |
| YUV | 184.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 178 | 0 | 0.15 | 0.14 | 0.19 | 354.38 | 0.25 | 0.75 |
| Hex | CF | AF | B2 | 0 | F | E | 13 | 162 | 19 | 4B |
| Octal | 317 | 257 | 262 | 0 | 17 | 16 | 23 | 542 | 31 | 113 |
| Binary | 11001111 | 10101111 | 10110010 | 0 | 1111 | 1110 | 10011 | 101100010 | 11001 | 1001011 |
Color Harmonies of #CFAFB2
Complementary color
Monochromatic Colors of #CFAFB2
Black with #CFAFB2
Text Example
Text Example
White with #CFAFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFB2; }
p { color: rgb(207,175,178); }
H1.HeaderClassName
{
color: #CFAFB2;
}
.AnyTagClassName
{
color: #CFAFB2;
}
</style>
background-color css
<style>
a { background-color: #CFAFB2; }
a { background-color: rgb(207,175,178); }
div.DivClassName
{
background-color: #CFAFB2;
}
.BgClassName
{
background-color: #CFAFB2;
}
</style>
border-color css
<style>
span { border-color: #CFAFB2; }
span { border-color: rgb(207,175,178); }
td.TdClassName
{
border-color: #CFAFB2;
}
.TagClassName
{
border-color: #CFAFB2;
}
</style>