Shades of Pink Flare #CFAEB6
Tints of Pink Flare #CFAEB6
RGB
CMYK
RGB Variations
Color information
#CFAEB6 (or 0xCFAEB6) is known color: Pink Flare. HEX triplet: CF, AE and B6. RGB value is (207,174,182). Sum of RGB (Red+Green+Blue) = 207+174+182=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 182 (71.48% from 255 or 32.33% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEB6 is #305149. Grayscale: #B8B8B8. Windows color (decimal): -3166538 or 11972303. OLE color: 11972303.
HSL color Cylindrical-coordinate representation of color #CFAEB6: hue angle of 345.45º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFAEB6 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 182 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.19 |
| HSL | 345.45º | 0.26% | 0.75% | - |
| HSV(B) | 345.45º | 0.16% | 0.81% | - |
| XYZ | 49.31 | 46.91 | 50.71 | - |
| YUV | 184.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 182 | 0 | 0.16 | 0.12 | 0.19 | 345.45 | 0.26 | 0.75 |
| Hex | CF | AE | B6 | 0 | 10 | C | 13 | 159 | 1A | 4B |
| Octal | 317 | 256 | 266 | 0 | 20 | 14 | 23 | 531 | 32 | 113 |
| Binary | 11001111 | 10101110 | 10110110 | 0 | 10000 | 1100 | 10011 | 101011001 | 11010 | 1001011 |
Color Harmonies of #CFAEB6
Complementary color
Monochromatic Colors of #CFAEB6
Black with #CFAEB6
Text Example
Text Example
White with #CFAEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAEB6; }
p { color: rgb(207,174,182); }
H1.HeaderClassName
{
color: #CFAEB6;
}
.AnyTagClassName
{
color: #CFAEB6;
}
</style>
background-color css
<style>
a { background-color: #CFAEB6; }
a { background-color: rgb(207,174,182); }
div.DivClassName
{
background-color: #CFAEB6;
}
.BgClassName
{
background-color: #CFAEB6;
}
</style>
border-color css
<style>
span { border-color: #CFAEB6; }
span { border-color: rgb(207,174,182); }
td.TdClassName
{
border-color: #CFAEB6;
}
.TagClassName
{
border-color: #CFAEB6;
}
</style>