Shades of Pink Flare #CFABB0
Tints of Pink Flare #CFABB0
RGB
CMYK
RGB Variations
Color information
#CFABB0 (or 0xCFABB0) is known color: Pink Flare. HEX triplet: CF, AB and B0. RGB value is (207,171,176). Sum of RGB (Red+Green+Blue) = 207+171+176=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFABB0 is #30544F. Grayscale: #B6B6B6. Windows color (decimal): -3167312 or 11578319. OLE color: 11578319.
HSL color Cylindrical-coordinate representation of color #CFABB0: hue angle of 351.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFABB0 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 176 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.19 |
| HSL | 351.67º | 0.27% | 0.74% | - |
| HSV(B) | 351.67º | 0.17% | 0.81% | - |
| XYZ | 48.13 | 45.53 | 47.32 | - |
| YUV | 182.33 | 124.43 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 176 | 0 | 0.17 | 0.15 | 0.19 | 351.67 | 0.27 | 0.74 |
| Hex | CF | AB | B0 | 0 | 11 | F | 13 | 160 | 1B | 4A |
| Octal | 317 | 253 | 260 | 0 | 21 | 17 | 23 | 540 | 33 | 112 |
| Binary | 11001111 | 10101011 | 10110000 | 0 | 10001 | 1111 | 10011 | 101100000 | 11011 | 1001010 |
Color Harmonies of #CFABB0
Complementary color
Monochromatic Colors of #CFABB0
Black with #CFABB0
Text Example
Text Example
White with #CFABB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABB0; }
p { color: rgb(207,171,176); }
H1.HeaderClassName
{
color: #CFABB0;
}
.AnyTagClassName
{
color: #CFABB0;
}
</style>
background-color css
<style>
a { background-color: #CFABB0; }
a { background-color: rgb(207,171,176); }
div.DivClassName
{
background-color: #CFABB0;
}
.BgClassName
{
background-color: #CFABB0;
}
</style>
border-color css
<style>
span { border-color: #CFABB0; }
span { border-color: rgb(207,171,176); }
td.TdClassName
{
border-color: #CFABB0;
}
.TagClassName
{
border-color: #CFABB0;
}
</style>