Shades of Pink Flare #CFAAB1
Tints of Pink Flare #CFAAB1
RGB
CMYK
RGB Variations
Color information
#CFAAB1 (or 0xCFAAB1) is known color: Pink Flare. HEX triplet: CF, AA and B1. RGB value is (207,170,177). Sum of RGB (Red+Green+Blue) = 207+170+177=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAAB1 is #30554E. Grayscale: #B5B5B5. Windows color (decimal): -3167567 or 11643599. OLE color: 11643599.
HSL color Cylindrical-coordinate representation of color #CFAAB1: hue angle of 348.65º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFAAB1 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 177 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.19 |
| HSL | 348.65º | 0.28% | 0.74% | - |
| HSV(B) | 348.65º | 0.18% | 0.81% | - |
| XYZ | 48.04 | 45.19 | 47.79 | - |
| YUV | 181.86 | 125.26 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 177 | 0 | 0.18 | 0.14 | 0.19 | 348.65 | 0.28 | 0.74 |
| Hex | CF | AA | B1 | 0 | 12 | E | 13 | 15D | 1C | 4A |
| Octal | 317 | 252 | 261 | 0 | 22 | 16 | 23 | 535 | 34 | 112 |
| Binary | 11001111 | 10101010 | 10110001 | 0 | 10010 | 1110 | 10011 | 101011101 | 11100 | 1001010 |
Color Harmonies of #CFAAB1
Complementary color
Monochromatic Colors of #CFAAB1
Black with #CFAAB1
Text Example
Text Example
White with #CFAAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAAB1; }
p { color: rgb(207,170,177); }
H1.HeaderClassName
{
color: #CFAAB1;
}
.AnyTagClassName
{
color: #CFAAB1;
}
</style>
background-color css
<style>
a { background-color: #CFAAB1; }
a { background-color: rgb(207,170,177); }
div.DivClassName
{
background-color: #CFAAB1;
}
.BgClassName
{
background-color: #CFAAB1;
}
</style>
border-color css
<style>
span { border-color: #CFAAB1; }
span { border-color: rgb(207,170,177); }
td.TdClassName
{
border-color: #CFAAB1;
}
.TagClassName
{
border-color: #CFAAB1;
}
</style>