Shades of Pink Flare #CEADB0
Tints of Pink Flare #CEADB0
RGB
CMYK
RGB Variations
Color information
#CEADB0 (or 0xCEADB0) is known color: Pink Flare. HEX triplet: CE, AD and B0. RGB value is (206,173,176). Sum of RGB (Red+Green+Blue) = 206+173+176=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 206 - color contains mainly: red. Hex color #CEADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEADB0 is #31524F. Grayscale: #B7B7B7. Windows color (decimal): -3232336 or 11578830. OLE color: 11578830.
HSL color Cylindrical-coordinate representation of color #CEADB0: hue angle of 354.55º 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 #CEADB0 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 176 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.19 |
| HSL | 354.55º | 0.25% | 0.74% | - |
| HSV(B) | 354.55º | 0.16% | 0.81% | - |
| XYZ | 48.23 | 46.14 | 47.44 | - |
| YUV | 183.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 176 | 0 | 0.16 | 0.15 | 0.19 | 354.55 | 0.25 | 0.74 |
| Hex | CE | AD | B0 | 0 | 10 | F | 13 | 163 | 19 | 4A |
| Octal | 316 | 255 | 260 | 0 | 20 | 17 | 23 | 543 | 31 | 112 |
| Binary | 11001110 | 10101101 | 10110000 | 0 | 10000 | 1111 | 10011 | 101100011 | 11001 | 1001010 |
Color Harmonies of #CEADB0
Complementary color
Monochromatic Colors of #CEADB0
Black with #CEADB0
Text Example
Text Example
White with #CEADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADB0; }
p { color: rgb(206,173,176); }
H1.HeaderClassName
{
color: #CEADB0;
}
.AnyTagClassName
{
color: #CEADB0;
}
</style>
background-color css
<style>
a { background-color: #CEADB0; }
a { background-color: rgb(206,173,176); }
div.DivClassName
{
background-color: #CEADB0;
}
.BgClassName
{
background-color: #CEADB0;
}
</style>
border-color css
<style>
span { border-color: #CEADB0; }
span { border-color: rgb(206,173,176); }
td.TdClassName
{
border-color: #CEADB0;
}
.TagClassName
{
border-color: #CEADB0;
}
</style>