Shades of Carnation Pink #FFAAC7
Tints of Carnation Pink #FFAAC7
RGB
CMYK
RGB Variations
Color information
#FFAAC7 (or 0xFFAAC7) is known color: Carnation Pink. HEX triplet: FF, AA and C7. RGB value is (255,170,199). Sum of RGB (Red+Green+Blue) = 255+170+199=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 170 (66.80% from 255 or 27.24% from 624); Blue value is 199 (78.12% from 255 or 31.89% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAAC7 is #005538. Grayscale: #C6C6C6. Windows color (decimal): -21817 or 13085439. OLE color: 13085439.
HSL color Cylindrical-coordinate representation of color #FFAAC7: hue angle of 339.53º 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 #FFAAC7 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 199 | - |
| CMYK | 0 | 0.33 | 0.22 | 0 |
| HSL | 339.53º | 1% | 0.83% | - |
| HSV(B) | 339.53º | 0.33% | 1% | - |
| XYZ | 65.92 | 54.13 | 61.01 | - |
| YUV | 198.72 | 128.16 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 199 | 0 | 0.33 | 0.22 | 0 | 339.53 | 1 | 0.83 |
| Hex | FF | AA | C7 | 0 | 21 | 16 | 0 | 154 | 64 | 53 |
| Octal | 377 | 252 | 307 | 0 | 41 | 26 | 0 | 524 | 144 | 123 |
| Binary | 11111111 | 10101010 | 11000111 | 0 | 100001 | 10110 | 0 | 101010100 | 1100100 | 1010011 |
Color Harmonies of #FFAAC7
Complementary color
Monochromatic Colors of #FFAAC7
Black with #FFAAC7
Text Example
Text Example
White with #FFAAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAAC7; }
p { color: rgb(255,170,199); }
H1.HeaderClassName
{
color: #FFAAC7;
}
.AnyTagClassName
{
color: #FFAAC7;
}
</style>
background-color css
<style>
a { background-color: #FFAAC7; }
a { background-color: rgb(255,170,199); }
div.DivClassName
{
background-color: #FFAAC7;
}
.BgClassName
{
background-color: #FFAAC7;
}
</style>
border-color css
<style>
span { border-color: #FFAAC7; }
span { border-color: rgb(255,170,199); }
td.TdClassName
{
border-color: #FFAAC7;
}
.TagClassName
{
border-color: #FFAAC7;
}
</style>