Shades of Pink Flare #CFADB2
Tints of Pink Flare #CFADB2
RGB
CMYK
RGB Variations
Color information
#CFADB2 (or 0xCFADB2) is known color: Pink Flare. HEX triplet: CF, AD and B2. RGB value is (207,173,178). Sum of RGB (Red+Green+Blue) = 207+173+178=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFADB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFADB2 is #30524D. Grayscale: #B7B7B7. Windows color (decimal): -3166798 or 11709903. OLE color: 11709903.
HSL color Cylindrical-coordinate representation of color #CFADB2: hue angle of 351.18º 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 #CFADB2 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 178 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.19 |
| HSL | 351.18º | 0.26% | 0.75% | - |
| HSV(B) | 351.18º | 0.16% | 0.81% | - |
| XYZ | 48.71 | 46.37 | 48.5 | - |
| YUV | 183.74 | 124.76 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 178 | 0 | 0.16 | 0.14 | 0.19 | 351.18 | 0.26 | 0.75 |
| Hex | CF | AD | B2 | 0 | 10 | E | 13 | 15F | 1A | 4B |
| Octal | 317 | 255 | 262 | 0 | 20 | 16 | 23 | 537 | 32 | 113 |
| Binary | 11001111 | 10101101 | 10110010 | 0 | 10000 | 1110 | 10011 | 101011111 | 11010 | 1001011 |
Color Harmonies of #CFADB2
Complementary color
Monochromatic Colors of #CFADB2
Black with #CFADB2
Text Example
Text Example
White with #CFADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADB2; }
p { color: rgb(207,173,178); }
H1.HeaderClassName
{
color: #CFADB2;
}
.AnyTagClassName
{
color: #CFADB2;
}
</style>
background-color css
<style>
a { background-color: #CFADB2; }
a { background-color: rgb(207,173,178); }
div.DivClassName
{
background-color: #CFADB2;
}
.BgClassName
{
background-color: #CFADB2;
}
</style>
border-color css
<style>
span { border-color: #CFADB2; }
span { border-color: rgb(207,173,178); }
td.TdClassName
{
border-color: #CFADB2;
}
.TagClassName
{
border-color: #CFADB2;
}
</style>