Shades of Pink Flare #CFAEB3
Tints of Pink Flare #CFAEB3
RGB
CMYK
RGB Variations
Color information
#CFAEB3 (or 0xCFAEB3) is known color: Pink Flare. HEX triplet: CF, AE and B3. RGB value is (207,174,179). Sum of RGB (Red+Green+Blue) = 207+174+179=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 179 (70.31% from 255 or 31.96% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEB3 is #30514C. Grayscale: #B8B8B8. Windows color (decimal): -3166541 or 11775695. OLE color: 11775695.
HSL color Cylindrical-coordinate representation of color #CFAEB3: hue angle of 350.91º 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 #CFAEB3 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 179 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.19 |
| HSL | 350.91º | 0.26% | 0.75% | - |
| HSV(B) | 350.91º | 0.16% | 0.81% | - |
| XYZ | 49 | 46.79 | 49.1 | - |
| YUV | 184.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 179 | 0 | 0.16 | 0.14 | 0.19 | 350.91 | 0.26 | 0.75 |
| Hex | CF | AE | B3 | 0 | 10 | E | 13 | 15F | 1A | 4B |
| Octal | 317 | 256 | 263 | 0 | 20 | 16 | 23 | 537 | 32 | 113 |
| Binary | 11001111 | 10101110 | 10110011 | 0 | 10000 | 1110 | 10011 | 101011111 | 11010 | 1001011 |
Color Harmonies of #CFAEB3
Complementary color
Monochromatic Colors of #CFAEB3
Black with #CFAEB3
Text Example
Text Example
White with #CFAEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAEB3; }
p { color: rgb(207,174,179); }
H1.HeaderClassName
{
color: #CFAEB3;
}
.AnyTagClassName
{
color: #CFAEB3;
}
</style>
background-color css
<style>
a { background-color: #CFAEB3; }
a { background-color: rgb(207,174,179); }
div.DivClassName
{
background-color: #CFAEB3;
}
.BgClassName
{
background-color: #CFAEB3;
}
</style>
border-color css
<style>
span { border-color: #CFAEB3; }
span { border-color: rgb(207,174,179); }
td.TdClassName
{
border-color: #CFAEB3;
}
.TagClassName
{
border-color: #CFAEB3;
}
</style>