Shades of Pink Flare #CFAEB1
Tints of Pink Flare #CFAEB1
RGB
CMYK
RGB Variations
Color information
#CFAEB1 (or 0xCFAEB1) is known color: Pink Flare. HEX triplet: CF, AE and B1. RGB value is (207,174,177). Sum of RGB (Red+Green+Blue) = 207+174+177=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 177 (69.53% from 255 or 31.72% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAEB1 is #30514E. Grayscale: #B8B8B8. Windows color (decimal): -3166543 or 11644623. OLE color: 11644623.
HSL color Cylindrical-coordinate representation of color #CFAEB1: hue angle of 354.55º 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 #CFAEB1 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 177 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.19 |
| HSL | 354.55º | 0.26% | 0.75% | - |
| HSV(B) | 354.55º | 0.16% | 0.81% | - |
| XYZ | 48.8 | 46.71 | 48.04 | - |
| YUV | 184.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 177 | 0 | 0.16 | 0.14 | 0.19 | 354.55 | 0.26 | 0.75 |
| Hex | CF | AE | B1 | 0 | 10 | E | 13 | 163 | 1A | 4B |
| Octal | 317 | 256 | 261 | 0 | 20 | 16 | 23 | 543 | 32 | 113 |
| Binary | 11001111 | 10101110 | 10110001 | 0 | 10000 | 1110 | 10011 | 101100011 | 11010 | 1001011 |
Color Harmonies of #CFAEB1
Complementary color
Monochromatic Colors of #CFAEB1
Black with #CFAEB1
Text Example
Text Example
White with #CFAEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAEB1; }
p { color: rgb(207,174,177); }
H1.HeaderClassName
{
color: #CFAEB1;
}
.AnyTagClassName
{
color: #CFAEB1;
}
</style>
background-color css
<style>
a { background-color: #CFAEB1; }
a { background-color: rgb(207,174,177); }
div.DivClassName
{
background-color: #CFAEB1;
}
.BgClassName
{
background-color: #CFAEB1;
}
</style>
border-color css
<style>
span { border-color: #CFAEB1; }
span { border-color: rgb(207,174,177); }
td.TdClassName
{
border-color: #CFAEB1;
}
.TagClassName
{
border-color: #CFAEB1;
}
</style>