Shades of Pink Flare #CFAEB5
Tints of Pink Flare #CFAEB5
RGB
CMYK
RGB Variations
Color information
#CFAEB5 (or 0xCFAEB5) is known color: Pink Flare. HEX triplet: CF, AE and B5. RGB value is (207,174,181). Sum of RGB (Red+Green+Blue) = 207+174+181=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 181 (71.09% from 255 or 32.21% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEB5 is #30514A. Grayscale: #B8B8B8. Windows color (decimal): -3166539 or 11906767. OLE color: 11906767.
HSL color Cylindrical-coordinate representation of color #CFAEB5: hue angle of 347.27º 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 #CFAEB5 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 181 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.19 |
| HSL | 347.27º | 0.26% | 0.75% | - |
| HSV(B) | 347.27º | 0.16% | 0.81% | - |
| XYZ | 49.21 | 46.87 | 50.17 | - |
| YUV | 184.67 | 125.93 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 181 | 0 | 0.16 | 0.13 | 0.19 | 347.27 | 0.26 | 0.75 |
| Hex | CF | AE | B5 | 0 | 10 | D | 13 | 15B | 1A | 4B |
| Octal | 317 | 256 | 265 | 0 | 20 | 15 | 23 | 533 | 32 | 113 |
| Binary | 11001111 | 10101110 | 10110101 | 0 | 10000 | 1101 | 10011 | 101011011 | 11010 | 1001011 |
Color Harmonies of #CFAEB5
Complementary color
Monochromatic Colors of #CFAEB5
Black with #CFAEB5
Text Example
Text Example
White with #CFAEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAEB5; }
p { color: rgb(207,174,181); }
H1.HeaderClassName
{
color: #CFAEB5;
}
.AnyTagClassName
{
color: #CFAEB5;
}
</style>
background-color css
<style>
a { background-color: #CFAEB5; }
a { background-color: rgb(207,174,181); }
div.DivClassName
{
background-color: #CFAEB5;
}
.BgClassName
{
background-color: #CFAEB5;
}
</style>
border-color css
<style>
span { border-color: #CFAEB5; }
span { border-color: rgb(207,174,181); }
td.TdClassName
{
border-color: #CFAEB5;
}
.TagClassName
{
border-color: #CFAEB5;
}
</style>