Shades of Pink Flare #CEAEAF
Tints of Pink Flare #CEAEAF
RGB
CMYK
RGB Variations
Color information
#CEAEAF (or 0xCEAEAF) is known color: Pink Flare. HEX triplet: CE, AE and AF. RGB value is (206,174,175). Sum of RGB (Red+Green+Blue) = 206+174+175=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAEAF is #315150. Grayscale: #B7B7B7. Windows color (decimal): -3232081 or 11513550. OLE color: 11513550.
HSL color Cylindrical-coordinate representation of color #CEAEAF: hue angle of 358.12º degrees, saturation: 0.25, 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 #CEAEAF is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 174 | 175 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.19 |
| HSL | 358.13º | 0.25% | 0.75% | - |
| HSV(B) | 358.13º | 0.16% | 0.81% | - |
| XYZ | 48.33 | 46.49 | 46.98 | - |
| YUV | 183.68 | 123.1 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 174 | 175 | 0 | 0.16 | 0.15 | 0.19 | 358.13 | 0.25 | 0.75 |
| Hex | CE | AE | AF | 0 | 10 | F | 13 | 166 | 19 | 4B |
| Octal | 316 | 256 | 257 | 0 | 20 | 17 | 23 | 546 | 31 | 113 |
| Binary | 11001110 | 10101110 | 10101111 | 0 | 10000 | 1111 | 10011 | 101100110 | 11001 | 1001011 |
Color Harmonies of #CEAEAF
Complementary color
Monochromatic Colors of #CEAEAF
Black with #CEAEAF
Text Example
Text Example
White with #CEAEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAEAF; }
p { color: rgb(206,174,175); }
H1.HeaderClassName
{
color: #CEAEAF;
}
.AnyTagClassName
{
color: #CEAEAF;
}
</style>
background-color css
<style>
a { background-color: #CEAEAF; }
a { background-color: rgb(206,174,175); }
div.DivClassName
{
background-color: #CEAEAF;
}
.BgClassName
{
background-color: #CEAEAF;
}
</style>
border-color css
<style>
span { border-color: #CEAEAF; }
span { border-color: rgb(206,174,175); }
td.TdClassName
{
border-color: #CEAEAF;
}
.TagClassName
{
border-color: #CEAEAF;
}
</style>