Shades of Carnation Pink #FFAAC9
Tints of Carnation Pink #FFAAC9
RGB
CMYK
RGB Variations
Color information
#FFAAC9 (or 0xFFAAC9) is known color: Carnation Pink. HEX triplet: FF, AA and C9. RGB value is (255,170,201). Sum of RGB (Red+Green+Blue) = 255+170+201=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 201 (78.91% from 255 or 32.11% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAAC9 is #005536. Grayscale: #C6C6C6. Windows color (decimal): -21815 or 13216511. OLE color: 13216511.
HSL color Cylindrical-coordinate representation of color #FFAAC9: hue angle of 338.12º 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 #FFAAC9 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 201 | - |
| CMYK | 0 | 0.33 | 0.21 | 0 |
| HSL | 338.12º | 1% | 0.83% | - |
| HSV(B) | 338.12º | 0.33% | 1% | - |
| XYZ | 66.16 | 54.23 | 62.24 | - |
| YUV | 198.95 | 129.16 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 201 | 0 | 0.33 | 0.21 | 0 | 338.12 | 1 | 0.83 |
| Hex | FF | AA | C9 | 0 | 21 | 15 | 0 | 152 | 64 | 53 |
| Octal | 377 | 252 | 311 | 0 | 41 | 25 | 0 | 522 | 144 | 123 |
| Binary | 11111111 | 10101010 | 11001001 | 0 | 100001 | 10101 | 0 | 101010010 | 1100100 | 1010011 |
Color Harmonies of #FFAAC9
Complementary color
Monochromatic Colors of #FFAAC9
Black with #FFAAC9
Text Example
Text Example
White with #FFAAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAAC9; }
p { color: rgb(255,170,201); }
H1.HeaderClassName
{
color: #FFAAC9;
}
.AnyTagClassName
{
color: #FFAAC9;
}
</style>
background-color css
<style>
a { background-color: #FFAAC9; }
a { background-color: rgb(255,170,201); }
div.DivClassName
{
background-color: #FFAAC9;
}
.BgClassName
{
background-color: #FFAAC9;
}
</style>
border-color css
<style>
span { border-color: #FFAAC9; }
span { border-color: rgb(255,170,201); }
td.TdClassName
{
border-color: #FFAAC9;
}
.TagClassName
{
border-color: #FFAAC9;
}
</style>