Shades of Pink Flare #CFADB5
Tints of Pink Flare #CFADB5
RGB
CMYK
RGB Variations
Color information
#CFADB5 (or 0xCFADB5) is known color: Pink Flare. HEX triplet: CF, AD and B5. RGB value is (207,173,181). Sum of RGB (Red+Green+Blue) = 207+173+181=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 181 (71.09% from 255 or 32.26% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CFADB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADB5 is #30524A. Grayscale: #B8B8B8. Windows color (decimal): -3166795 or 11906511. OLE color: 11906511.
HSL color Cylindrical-coordinate representation of color #CFADB5: hue angle of 345.88º 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 #CFADB5 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 181 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.19 |
| HSL | 345.88º | 0.26% | 0.75% | - |
| HSV(B) | 345.88º | 0.16% | 0.81% | - |
| XYZ | 49.02 | 46.49 | 50.11 | - |
| YUV | 184.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 181 | 0 | 0.16 | 0.13 | 0.19 | 345.88 | 0.26 | 0.75 |
| Hex | CF | AD | B5 | 0 | 10 | D | 13 | 15A | 1A | 4B |
| Octal | 317 | 255 | 265 | 0 | 20 | 15 | 23 | 532 | 32 | 113 |
| Binary | 11001111 | 10101101 | 10110101 | 0 | 10000 | 1101 | 10011 | 101011010 | 11010 | 1001011 |
Color Harmonies of #CFADB5
Complementary color
Monochromatic Colors of #CFADB5
Black with #CFADB5
Text Example
Text Example
White with #CFADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADB5; }
p { color: rgb(207,173,181); }
H1.HeaderClassName
{
color: #CFADB5;
}
.AnyTagClassName
{
color: #CFADB5;
}
</style>
background-color css
<style>
a { background-color: #CFADB5; }
a { background-color: rgb(207,173,181); }
div.DivClassName
{
background-color: #CFADB5;
}
.BgClassName
{
background-color: #CFADB5;
}
</style>
border-color css
<style>
span { border-color: #CFADB5; }
span { border-color: rgb(207,173,181); }
td.TdClassName
{
border-color: #CFADB5;
}
.TagClassName
{
border-color: #CFADB5;
}
</style>