Shades of Carnation Pink #FFAACC
Tints of Carnation Pink #FFAACC
RGB
CMYK
RGB Variations
Color information
#FFAACC (or 0xFFAACC) is known color: Carnation Pink. HEX triplet: FF, AA and CC. RGB value is (255,170,204). Sum of RGB (Red+Green+Blue) = 255+170+204=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAACC is #005533. Grayscale: #C7C7C7. Windows color (decimal): -21812 or 13413119. OLE color: 13413119.
HSL color Cylindrical-coordinate representation of color #FFAACC: hue angle of 336º 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 #FFAACC is Cyan = 0, Magento = 0.33, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 204 | - |
| CMYK | 0 | 0.33 | 0.2 | 0 |
| HSL | 336º | 1% | 0.83% | - |
| HSV(B) | 336º | 0.33% | 1% | - |
| XYZ | 66.51 | 54.37 | 64.12 | - |
| YUV | 199.29 | 130.66 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 204 | 0 | 0.33 | 0.2 | 0 | 336 | 1 | 0.83 |
| Hex | FF | AA | CC | 0 | 21 | 14 | 0 | 150 | 64 | 53 |
| Octal | 377 | 252 | 314 | 0 | 41 | 24 | 0 | 520 | 144 | 123 |
| Binary | 11111111 | 10101010 | 11001100 | 0 | 100001 | 10100 | 0 | 101010000 | 1100100 | 1010011 |
Color Harmonies of #FFAACC
Complementary color
Monochromatic Colors of #FFAACC
Black with #FFAACC
Text Example
Text Example
White with #FFAACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAACC; }
p { color: rgb(255,170,204); }
H1.HeaderClassName
{
color: #FFAACC;
}
.AnyTagClassName
{
color: #FFAACC;
}
</style>
background-color css
<style>
a { background-color: #FFAACC; }
a { background-color: rgb(255,170,204); }
div.DivClassName
{
background-color: #FFAACC;
}
.BgClassName
{
background-color: #FFAACC;
}
</style>
border-color css
<style>
span { border-color: #FFAACC; }
span { border-color: rgb(255,170,204); }
td.TdClassName
{
border-color: #FFAACC;
}
.TagClassName
{
border-color: #FFAACC;
}
</style>