Shades of Carnation Pink #FFACC6
Tints of Carnation Pink #FFACC6
RGB
CMYK
RGB Variations
Color information
#FFACC6 (or 0xFFACC6) is known color: Carnation Pink. HEX triplet: FF, AC and C6. RGB value is (255,172,198). Sum of RGB (Red+Green+Blue) = 255+172+198=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 172 (67.58% from 255 or 27.52% from 625); Blue value is 198 (77.73% from 255 or 31.68% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACC6 is #005339. Grayscale: #C7C7C7. Windows color (decimal): -21306 or 13020415. OLE color: 13020415.
HSL color Cylindrical-coordinate representation of color #FFACC6: hue angle of 341.2º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFACC6 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 198 | - |
| CMYK | 0 | 0.33 | 0.22 | 0 |
| HSL | 341.2º | 1% | 0.84% | - |
| HSV(B) | 341.2º | 0.33% | 1% | - |
| XYZ | 66.19 | 54.84 | 60.52 | - |
| YUV | 199.78 | 127 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 198 | 0 | 0.33 | 0.22 | 0 | 341.2 | 1 | 0.84 |
| Hex | FF | AC | C6 | 0 | 21 | 16 | 0 | 155 | 64 | 54 |
| Octal | 377 | 254 | 306 | 0 | 41 | 26 | 0 | 525 | 144 | 124 |
| Binary | 11111111 | 10101100 | 11000110 | 0 | 100001 | 10110 | 0 | 101010101 | 1100100 | 1010100 |
Color Harmonies of #FFACC6
Complementary color
Monochromatic Colors of #FFACC6
Black with #FFACC6
Text Example
Text Example
White with #FFACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACC6; }
p { color: rgb(255,172,198); }
H1.HeaderClassName
{
color: #FFACC6;
}
.AnyTagClassName
{
color: #FFACC6;
}
</style>
background-color css
<style>
a { background-color: #FFACC6; }
a { background-color: rgb(255,172,198); }
div.DivClassName
{
background-color: #FFACC6;
}
.BgClassName
{
background-color: #FFACC6;
}
</style>
border-color css
<style>
span { border-color: #FFACC6; }
span { border-color: rgb(255,172,198); }
td.TdClassName
{
border-color: #FFACC6;
}
.TagClassName
{
border-color: #FFACC6;
}
</style>