Shades of Pink Flare #CEADB2
Tints of Pink Flare #CEADB2
RGB
CMYK
RGB Variations
Color information
#CEADB2 (or 0xCEADB2) is known color: Pink Flare. HEX triplet: CE, AD and B2. RGB value is (206,173,178). Sum of RGB (Red+Green+Blue) = 206+173+178=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 206 - color contains mainly: red. Hex color #CEADB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEADB2 is #31524D. Grayscale: #B7B7B7. Windows color (decimal): -3232334 or 11709902. OLE color: 11709902.
HSL color Cylindrical-coordinate representation of color #CEADB2: hue angle of 350.91º 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 #CEADB2 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 178 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.19 |
| HSL | 350.91º | 0.25% | 0.74% | - |
| HSV(B) | 350.91º | 0.16% | 0.81% | - |
| XYZ | 48.43 | 46.22 | 48.49 | - |
| YUV | 183.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 178 | 0 | 0.16 | 0.14 | 0.19 | 350.91 | 0.25 | 0.74 |
| Hex | CE | AD | B2 | 0 | 10 | E | 13 | 15F | 19 | 4A |
| Octal | 316 | 255 | 262 | 0 | 20 | 16 | 23 | 537 | 31 | 112 |
| Binary | 11001110 | 10101101 | 10110010 | 0 | 10000 | 1110 | 10011 | 101011111 | 11001 | 1001010 |
Color Harmonies of #CEADB2
Complementary color
Monochromatic Colors of #CEADB2
Black with #CEADB2
Text Example
Text Example
White with #CEADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADB2; }
p { color: rgb(206,173,178); }
H1.HeaderClassName
{
color: #CEADB2;
}
.AnyTagClassName
{
color: #CEADB2;
}
</style>
background-color css
<style>
a { background-color: #CEADB2; }
a { background-color: rgb(206,173,178); }
div.DivClassName
{
background-color: #CEADB2;
}
.BgClassName
{
background-color: #CEADB2;
}
</style>
border-color css
<style>
span { border-color: #CEADB2; }
span { border-color: rgb(206,173,178); }
td.TdClassName
{
border-color: #CEADB2;
}
.TagClassName
{
border-color: #CEADB2;
}
</style>