Shades of Pink Flare #CFABB3
Tints of Pink Flare #CFABB3
RGB
CMYK
RGB Variations
Color information
#CFABB3 (or 0xCFABB3) is known color: Pink Flare. HEX triplet: CF, AB and B3. RGB value is (207,171,179). Sum of RGB (Red+Green+Blue) = 207+171+179=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 179 (70.31% from 255 or 32.14% from 557); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABB3 is #30544C. Grayscale: #B6B6B6. Windows color (decimal): -3167309 or 11774927. OLE color: 11774927.
HSL color Cylindrical-coordinate representation of color #CFABB3: hue angle of 346.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 #CFABB3 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 179 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.19 |
| HSL | 346.67º | 0.27% | 0.74% | - |
| HSV(B) | 346.67º | 0.17% | 0.81% | - |
| XYZ | 48.43 | 45.65 | 48.91 | - |
| YUV | 182.68 | 125.93 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 179 | 0 | 0.17 | 0.14 | 0.19 | 346.67 | 0.27 | 0.74 |
| Hex | CF | AB | B3 | 0 | 11 | E | 13 | 15B | 1B | 4A |
| Octal | 317 | 253 | 263 | 0 | 21 | 16 | 23 | 533 | 33 | 112 |
| Binary | 11001111 | 10101011 | 10110011 | 0 | 10001 | 1110 | 10011 | 101011011 | 11011 | 1001010 |
Color Harmonies of #CFABB3
Complementary color
Monochromatic Colors of #CFABB3
Black with #CFABB3
Text Example
Text Example
White with #CFABB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABB3; }
p { color: rgb(207,171,179); }
H1.HeaderClassName
{
color: #CFABB3;
}
.AnyTagClassName
{
color: #CFABB3;
}
</style>
background-color css
<style>
a { background-color: #CFABB3; }
a { background-color: rgb(207,171,179); }
div.DivClassName
{
background-color: #CFABB3;
}
.BgClassName
{
background-color: #CFABB3;
}
</style>
border-color css
<style>
span { border-color: #CFABB3; }
span { border-color: rgb(207,171,179); }
td.TdClassName
{
border-color: #CFABB3;
}
.TagClassName
{
border-color: #CFABB3;
}
</style>