Shades of Carnation Pink #FFAACE
Tints of Carnation Pink #FFAACE
RGB
CMYK
RGB Variations
Color information
#FFAACE (or 0xFFAACE) is known color: Carnation Pink. HEX triplet: FF, AA and CE. RGB value is (255,170,206). Sum of RGB (Red+Green+Blue) = 255+170+206=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 170 (66.80% from 255 or 26.94% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAACE is #005531. Grayscale: #C7C7C7. Windows color (decimal): -21810 or 13544191. OLE color: 13544191.
HSL color Cylindrical-coordinate representation of color #FFAACE: hue angle of 334.59º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFAACE is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 206 | - |
| CMYK | 0 | 0.33 | 0.19 | 0 |
| HSL | 334.59º | 1% | 0.83% | - |
| HSV(B) | 334.59º | 0.33% | 1% | - |
| XYZ | 66.76 | 54.47 | 65.39 | - |
| YUV | 199.52 | 131.66 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 206 | 0 | 0.33 | 0.19 | 0 | 334.59 | 1 | 0.83 |
| Hex | FF | AA | CE | 0 | 21 | 13 | 0 | 14F | 64 | 53 |
| Octal | 377 | 252 | 316 | 0 | 41 | 23 | 0 | 517 | 144 | 123 |
| Binary | 11111111 | 10101010 | 11001110 | 0 | 100001 | 10011 | 0 | 101001111 | 1100100 | 1010011 |
Color Harmonies of #FFAACE
Complementary color
Monochromatic Colors of #FFAACE
Black with #FFAACE
Text Example
Text Example
White with #FFAACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAACE; }
p { color: rgb(255,170,206); }
H1.HeaderClassName
{
color: #FFAACE;
}
.AnyTagClassName
{
color: #FFAACE;
}
</style>
background-color css
<style>
a { background-color: #FFAACE; }
a { background-color: rgb(255,170,206); }
div.DivClassName
{
background-color: #FFAACE;
}
.BgClassName
{
background-color: #FFAACE;
}
</style>
border-color css
<style>
span { border-color: #FFAACE; }
span { border-color: rgb(255,170,206); }
td.TdClassName
{
border-color: #FFAACE;
}
.TagClassName
{
border-color: #FFAACE;
}
</style>