Shades of Carnation Pink #FFAACA
Tints of Carnation Pink #FFAACA
RGB
CMYK
RGB Variations
Color information
#FFAACA (or 0xFFAACA) is known color: Carnation Pink. HEX triplet: FF, AA and CA. RGB value is (255,170,202). Sum of RGB (Red+Green+Blue) = 255+170+202=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 170 (66.80% from 255 or 27.11% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAACA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAACA is #005535. Grayscale: #C7C7C7. Windows color (decimal): -21814 or 13282047. OLE color: 13282047.
HSL color Cylindrical-coordinate representation of color #FFAACA: hue angle of 337.41º 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 #FFAACA is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 202 | - |
| CMYK | 0 | 0.33 | 0.21 | 0 |
| HSL | 337.41º | 1% | 0.83% | - |
| HSV(B) | 337.41º | 0.33% | 1% | - |
| XYZ | 66.28 | 54.27 | 62.86 | - |
| YUV | 199.06 | 129.66 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 202 | 0 | 0.33 | 0.21 | 0 | 337.41 | 1 | 0.83 |
| Hex | FF | AA | CA | 0 | 21 | 15 | 0 | 151 | 64 | 53 |
| Octal | 377 | 252 | 312 | 0 | 41 | 25 | 0 | 521 | 144 | 123 |
| Binary | 11111111 | 10101010 | 11001010 | 0 | 100001 | 10101 | 0 | 101010001 | 1100100 | 1010011 |
Color Harmonies of #FFAACA
Complementary color
Monochromatic Colors of #FFAACA
Black with #FFAACA
Text Example
Text Example
White with #FFAACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAACA; }
p { color: rgb(255,170,202); }
H1.HeaderClassName
{
color: #FFAACA;
}
.AnyTagClassName
{
color: #FFAACA;
}
</style>
background-color css
<style>
a { background-color: #FFAACA; }
a { background-color: rgb(255,170,202); }
div.DivClassName
{
background-color: #FFAACA;
}
.BgClassName
{
background-color: #FFAACA;
}
</style>
border-color css
<style>
span { border-color: #FFAACA; }
span { border-color: rgb(255,170,202); }
td.TdClassName
{
border-color: #FFAACA;
}
.TagClassName
{
border-color: #FFAACA;
}
</style>