Shades of Carnation Pink #FFAACD
Tints of Carnation Pink #FFAACD
RGB
CMYK
RGB Variations
Color information
#FFAACD (or 0xFFAACD) is known color: Carnation Pink. HEX triplet: FF, AA and CD. RGB value is (255,170,205). Sum of RGB (Red+Green+Blue) = 255+170+205=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAACD is #005532. Grayscale: #C7C7C7. Windows color (decimal): -21811 or 13478655. OLE color: 13478655.
HSL color Cylindrical-coordinate representation of color #FFAACD: hue angle of 335.29º 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 #FFAACD is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 205 | - |
| CMYK | 0 | 0.33 | 0.20 | 0 |
| HSL | 335.29º | 1% | 0.83% | - |
| HSV(B) | 335.29º | 0.33% | 1% | - |
| XYZ | 66.63 | 54.42 | 64.75 | - |
| YUV | 199.41 | 131.16 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 205 | 0 | 0.33 | 0.20 | 0 | 335.29 | 1 | 0.83 |
| Hex | FF | AA | CD | 0 | 21 | 14 | 0 | 14F | 64 | 53 |
| Octal | 377 | 252 | 315 | 0 | 41 | 24 | 0 | 517 | 144 | 123 |
| Binary | 11111111 | 10101010 | 11001101 | 0 | 100001 | 10100 | 0 | 101001111 | 1100100 | 1010011 |
Color Harmonies of #FFAACD
Complementary color
Monochromatic Colors of #FFAACD
Black with #FFAACD
Text Example
Text Example
White with #FFAACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAACD; }
p { color: rgb(255,170,205); }
H1.HeaderClassName
{
color: #FFAACD;
}
.AnyTagClassName
{
color: #FFAACD;
}
</style>
background-color css
<style>
a { background-color: #FFAACD; }
a { background-color: rgb(255,170,205); }
div.DivClassName
{
background-color: #FFAACD;
}
.BgClassName
{
background-color: #FFAACD;
}
</style>
border-color css
<style>
span { border-color: #FFAACD; }
span { border-color: rgb(255,170,205); }
td.TdClassName
{
border-color: #FFAACD;
}
.TagClassName
{
border-color: #FFAACD;
}
</style>