Shades of Pink Flare #CEADAE
Tints of Pink Flare #CEADAE
RGB
CMYK
RGB Variations
Color information
#CEADAE (or 0xCEADAE) is known color: Pink Flare. HEX triplet: CE, AD and AE. RGB value is (206,173,174). Sum of RGB (Red+Green+Blue) = 206+173+174=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 206 - color contains mainly: red. Hex color #CEADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEADAE is #315251. Grayscale: #B7B7B7. Windows color (decimal): -3232338 or 11447758. OLE color: 11447758.
HSL color Cylindrical-coordinate representation of color #CEADAE: hue angle of 358.18º 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 #CEADAE is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 174 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.19 |
| HSL | 358.18º | 0.25% | 0.74% | - |
| HSV(B) | 358.18º | 0.16% | 0.81% | - |
| XYZ | 48.04 | 46.06 | 46.4 | - |
| YUV | 182.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 174 | 0 | 0.16 | 0.16 | 0.19 | 358.18 | 0.25 | 0.74 |
| Hex | CE | AD | AE | 0 | 10 | 10 | 13 | 166 | 19 | 4A |
| Octal | 316 | 255 | 256 | 0 | 20 | 20 | 23 | 546 | 31 | 112 |
| Binary | 11001110 | 10101101 | 10101110 | 0 | 10000 | 10000 | 10011 | 101100110 | 11001 | 1001010 |
Color Harmonies of #CEADAE
Complementary color
Monochromatic Colors of #CEADAE
Black with #CEADAE
Text Example
Text Example
White with #CEADAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADAE; }
p { color: rgb(206,173,174); }
H1.HeaderClassName
{
color: #CEADAE;
}
.AnyTagClassName
{
color: #CEADAE;
}
</style>
background-color css
<style>
a { background-color: #CEADAE; }
a { background-color: rgb(206,173,174); }
div.DivClassName
{
background-color: #CEADAE;
}
.BgClassName
{
background-color: #CEADAE;
}
</style>
border-color css
<style>
span { border-color: #CEADAE; }
span { border-color: rgb(206,173,174); }
td.TdClassName
{
border-color: #CEADAE;
}
.TagClassName
{
border-color: #CEADAE;
}
</style>