Shades of Carnation Pink #FFACC7
Tints of Carnation Pink #FFACC7
RGB
CMYK
RGB Variations
Color information
#FFACC7 (or 0xFFACC7) is known color: Carnation Pink. HEX triplet: FF, AC and C7. RGB value is (255,172,199). Sum of RGB (Red+Green+Blue) = 255+172+199=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 199 (78.12% from 255 or 31.79% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACC7 is #005338. Grayscale: #C7C7C7. Windows color (decimal): -21305 or 13085951. OLE color: 13085951.
HSL color Cylindrical-coordinate representation of color #FFACC7: hue angle of 340.48º 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 #FFACC7 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 199 | - |
| CMYK | 0 | 0.33 | 0.22 | 0 |
| HSL | 340.48º | 1% | 0.84% | - |
| HSV(B) | 340.48º | 0.33% | 1% | - |
| XYZ | 66.3 | 54.89 | 61.13 | - |
| YUV | 199.9 | 127.5 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 199 | 0 | 0.33 | 0.22 | 0 | 340.48 | 1 | 0.84 |
| Hex | FF | AC | C7 | 0 | 21 | 16 | 0 | 154 | 64 | 54 |
| Octal | 377 | 254 | 307 | 0 | 41 | 26 | 0 | 524 | 144 | 124 |
| Binary | 11111111 | 10101100 | 11000111 | 0 | 100001 | 10110 | 0 | 101010100 | 1100100 | 1010100 |
Color Harmonies of #FFACC7
Complementary color
Monochromatic Colors of #FFACC7
Black with #FFACC7
Text Example
Text Example
White with #FFACC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACC7; }
p { color: rgb(255,172,199); }
H1.HeaderClassName
{
color: #FFACC7;
}
.AnyTagClassName
{
color: #FFACC7;
}
</style>
background-color css
<style>
a { background-color: #FFACC7; }
a { background-color: rgb(255,172,199); }
div.DivClassName
{
background-color: #FFACC7;
}
.BgClassName
{
background-color: #FFACC7;
}
</style>
border-color css
<style>
span { border-color: #FFACC7; }
span { border-color: rgb(255,172,199); }
td.TdClassName
{
border-color: #FFACC7;
}
.TagClassName
{
border-color: #FFACC7;
}
</style>