Shades of Pink Flare #CEACAF
Tints of Pink Flare #CEACAF
RGB
CMYK
RGB Variations
Color information
#CEACAF (or 0xCEACAF) is known color: Pink Flare. HEX triplet: CE, AC and AF. RGB value is (206,172,175). Sum of RGB (Red+Green+Blue) = 206+172+175=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 206 - color contains mainly: red. Hex color #CEACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEACAF is #315350. Grayscale: #B6B6B6. Windows color (decimal): -3232593 or 11513038. OLE color: 11513038.
HSL color Cylindrical-coordinate representation of color #CEACAF: hue angle of 354.71º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEACAF is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 175 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.19 |
| HSL | 354.71º | 0.26% | 0.74% | - |
| HSV(B) | 354.71º | 0.17% | 0.81% | - |
| XYZ | 47.94 | 45.72 | 46.86 | - |
| YUV | 182.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 175 | 0 | 0.17 | 0.15 | 0.19 | 354.71 | 0.26 | 0.74 |
| Hex | CE | AC | AF | 0 | 11 | F | 13 | 163 | 1A | 4A |
| Octal | 316 | 254 | 257 | 0 | 21 | 17 | 23 | 543 | 32 | 112 |
| Binary | 11001110 | 10101100 | 10101111 | 0 | 10001 | 1111 | 10011 | 101100011 | 11010 | 1001010 |
Color Harmonies of #CEACAF
Complementary color
Monochromatic Colors of #CEACAF
Black with #CEACAF
Text Example
Text Example
White with #CEACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEACAF; }
p { color: rgb(206,172,175); }
H1.HeaderClassName
{
color: #CEACAF;
}
.AnyTagClassName
{
color: #CEACAF;
}
</style>
background-color css
<style>
a { background-color: #CEACAF; }
a { background-color: rgb(206,172,175); }
div.DivClassName
{
background-color: #CEACAF;
}
.BgClassName
{
background-color: #CEACAF;
}
</style>
border-color css
<style>
span { border-color: #CEACAF; }
span { border-color: rgb(206,172,175); }
td.TdClassName
{
border-color: #CEACAF;
}
.TagClassName
{
border-color: #CEACAF;
}
</style>