Shades of Pink Flare #CFAEB4
Tints of Pink Flare #CFAEB4
RGB
CMYK
RGB Variations
Color information
#CFAEB4 (or 0xCFAEB4) is known color: Pink Flare. HEX triplet: CF, AE and B4. RGB value is (207,174,180). Sum of RGB (Red+Green+Blue) = 207+174+180=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEB4 is #30514B. Grayscale: #B8B8B8. Windows color (decimal): -3166540 or 11841231. OLE color: 11841231.
HSL color Cylindrical-coordinate representation of color #CFAEB4: hue angle of 349.09º 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 #CFAEB4 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 180 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.19 |
| HSL | 349.09º | 0.26% | 0.75% | - |
| HSV(B) | 349.09º | 0.16% | 0.81% | - |
| XYZ | 49.11 | 46.83 | 49.63 | - |
| YUV | 184.55 | 125.43 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 180 | 0 | 0.16 | 0.13 | 0.19 | 349.09 | 0.26 | 0.75 |
| Hex | CF | AE | B4 | 0 | 10 | D | 13 | 15D | 1A | 4B |
| Octal | 317 | 256 | 264 | 0 | 20 | 15 | 23 | 535 | 32 | 113 |
| Binary | 11001111 | 10101110 | 10110100 | 0 | 10000 | 1101 | 10011 | 101011101 | 11010 | 1001011 |
Color Harmonies of #CFAEB4
Complementary color
Monochromatic Colors of #CFAEB4
Black with #CFAEB4
Text Example
Text Example
White with #CFAEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAEB4; }
p { color: rgb(207,174,180); }
H1.HeaderClassName
{
color: #CFAEB4;
}
.AnyTagClassName
{
color: #CFAEB4;
}
</style>
background-color css
<style>
a { background-color: #CFAEB4; }
a { background-color: rgb(207,174,180); }
div.DivClassName
{
background-color: #CFAEB4;
}
.BgClassName
{
background-color: #CFAEB4;
}
</style>
border-color css
<style>
span { border-color: #CFAEB4; }
span { border-color: rgb(207,174,180); }
td.TdClassName
{
border-color: #CFAEB4;
}
.TagClassName
{
border-color: #CFAEB4;
}
</style>