Shades of Pink Flare #CFADB4
Tints of Pink Flare #CFADB4
RGB
CMYK
RGB Variations
Color information
#CFADB4 (or 0xCFADB4) is known color: Pink Flare. HEX triplet: CF, AD and B4. RGB value is (207,173,180). Sum of RGB (Red+Green+Blue) = 207+173+180=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 180 (70.70% from 255 or 32.14% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CFADB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADB4 is #30524B. Grayscale: #B7B7B7. Windows color (decimal): -3166796 or 11840975. OLE color: 11840975.
HSL color Cylindrical-coordinate representation of color #CFADB4: hue angle of 347.65º 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 #CFADB4 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 180 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.19 |
| HSL | 347.65º | 0.26% | 0.75% | - |
| HSV(B) | 347.65º | 0.16% | 0.81% | - |
| XYZ | 48.91 | 46.45 | 49.57 | - |
| YUV | 183.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 180 | 0 | 0.16 | 0.13 | 0.19 | 347.65 | 0.26 | 0.75 |
| Hex | CF | AD | B4 | 0 | 10 | D | 13 | 15C | 1A | 4B |
| Octal | 317 | 255 | 264 | 0 | 20 | 15 | 23 | 534 | 32 | 113 |
| Binary | 11001111 | 10101101 | 10110100 | 0 | 10000 | 1101 | 10011 | 101011100 | 11010 | 1001011 |
Color Harmonies of #CFADB4
Complementary color
Monochromatic Colors of #CFADB4
Black with #CFADB4
Text Example
Text Example
White with #CFADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADB4; }
p { color: rgb(207,173,180); }
H1.HeaderClassName
{
color: #CFADB4;
}
.AnyTagClassName
{
color: #CFADB4;
}
</style>
background-color css
<style>
a { background-color: #CFADB4; }
a { background-color: rgb(207,173,180); }
div.DivClassName
{
background-color: #CFADB4;
}
.BgClassName
{
background-color: #CFADB4;
}
</style>
border-color css
<style>
span { border-color: #CFADB4; }
span { border-color: rgb(207,173,180); }
td.TdClassName
{
border-color: #CFADB4;
}
.TagClassName
{
border-color: #CFADB4;
}
</style>