Shades of Pink Flare #CEAFB4
Tints of Pink Flare #CEAFB4
RGB
CMYK
RGB Variations
Color information
#CEAFB4 (or 0xCEAFB4) is known color: Pink Flare. HEX triplet: CE, AF and B4. RGB value is (206,175,180). Sum of RGB (Red+Green+Blue) = 206+175+180=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAFB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFB4 is #31504B. Grayscale: #B8B8B8. Windows color (decimal): -3231820 or 11841486. OLE color: 11841486.
HSL color Cylindrical-coordinate representation of color #CEAFB4: hue angle of 350.32º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEAFB4 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 180 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.19 |
| HSL | 350.32º | 0.24% | 0.75% | - |
| HSV(B) | 350.32º | 0.15% | 0.81% | - |
| XYZ | 49.02 | 47.08 | 49.68 | - |
| YUV | 184.84 | 125.27 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 180 | 0 | 0.15 | 0.13 | 0.19 | 350.32 | 0.24 | 0.75 |
| Hex | CE | AF | B4 | 0 | F | D | 13 | 15E | 18 | 4B |
| Octal | 316 | 257 | 264 | 0 | 17 | 15 | 23 | 536 | 30 | 113 |
| Binary | 11001110 | 10101111 | 10110100 | 0 | 1111 | 1101 | 10011 | 101011110 | 11000 | 1001011 |
Color Harmonies of #CEAFB4
Complementary color
Monochromatic Colors of #CEAFB4
Black with #CEAFB4
Text Example
Text Example
White with #CEAFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAFB4; }
p { color: rgb(206,175,180); }
H1.HeaderClassName
{
color: #CEAFB4;
}
.AnyTagClassName
{
color: #CEAFB4;
}
</style>
background-color css
<style>
a { background-color: #CEAFB4; }
a { background-color: rgb(206,175,180); }
div.DivClassName
{
background-color: #CEAFB4;
}
.BgClassName
{
background-color: #CEAFB4;
}
</style>
border-color css
<style>
span { border-color: #CEAFB4; }
span { border-color: rgb(206,175,180); }
td.TdClassName
{
border-color: #CEAFB4;
}
.TagClassName
{
border-color: #CEAFB4;
}
</style>