Shades of Pink Flare #CEADB5
Tints of Pink Flare #CEADB5
RGB
CMYK
RGB Variations
Color information
#CEADB5 (or 0xCEADB5) is known color: Pink Flare. HEX triplet: CE, AD and B5. RGB value is (206,173,181). Sum of RGB (Red+Green+Blue) = 206+173+181=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 181 (71.09% from 255 or 32.32% from 560); Max value from RGB is 206 - color contains mainly: red. Hex color #CEADB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEADB5 is #31524A. Grayscale: #B7B7B7. Windows color (decimal): -3232331 or 11906510. OLE color: 11906510.
HSL color Cylindrical-coordinate representation of color #CEADB5: hue angle of 345.45º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEADB5 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 181 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.19 |
| HSL | 345.45º | 0.25% | 0.74% | - |
| HSV(B) | 345.45º | 0.16% | 0.81% | - |
| XYZ | 48.74 | 46.35 | 50.09 | - |
| YUV | 183.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 181 | 0 | 0.16 | 0.12 | 0.19 | 345.45 | 0.25 | 0.74 |
| Hex | CE | AD | B5 | 0 | 10 | C | 13 | 159 | 19 | 4A |
| Octal | 316 | 255 | 265 | 0 | 20 | 14 | 23 | 531 | 31 | 112 |
| Binary | 11001110 | 10101101 | 10110101 | 0 | 10000 | 1100 | 10011 | 101011001 | 11001 | 1001010 |
Color Harmonies of #CEADB5
Complementary color
Monochromatic Colors of #CEADB5
Black with #CEADB5
Text Example
Text Example
White with #CEADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADB5; }
p { color: rgb(206,173,181); }
H1.HeaderClassName
{
color: #CEADB5;
}
.AnyTagClassName
{
color: #CEADB5;
}
</style>
background-color css
<style>
a { background-color: #CEADB5; }
a { background-color: rgb(206,173,181); }
div.DivClassName
{
background-color: #CEADB5;
}
.BgClassName
{
background-color: #CEADB5;
}
</style>
border-color css
<style>
span { border-color: #CEADB5; }
span { border-color: rgb(206,173,181); }
td.TdClassName
{
border-color: #CEADB5;
}
.TagClassName
{
border-color: #CEADB5;
}
</style>