Shades of Carnation Pink #FFACC5
Tints of Carnation Pink #FFACC5
RGB
CMYK
RGB Variations
Color information
#FFACC5 (or 0xFFACC5) is known color: Carnation Pink. HEX triplet: FF, AC and C5. RGB value is (255,172,197). Sum of RGB (Red+Green+Blue) = 255+172+197=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 197 (77.34% from 255 or 31.57% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACC5 is #00533A. Grayscale: #C7C7C7. Windows color (decimal): -21307 or 12954879. OLE color: 12954879.
HSL color Cylindrical-coordinate representation of color #FFACC5: hue angle of 341.93º 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 #FFACC5 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 197 | - |
| CMYK | 0 | 0.33 | 0.23 | 0 |
| HSL | 341.93º | 1% | 0.84% | - |
| HSV(B) | 341.93º | 0.33% | 1% | - |
| XYZ | 66.07 | 54.8 | 59.92 | - |
| YUV | 199.67 | 126.5 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 197 | 0 | 0.33 | 0.23 | 0 | 341.93 | 1 | 0.84 |
| Hex | FF | AC | C5 | 0 | 21 | 17 | 0 | 156 | 64 | 54 |
| Octal | 377 | 254 | 305 | 0 | 41 | 27 | 0 | 526 | 144 | 124 |
| Binary | 11111111 | 10101100 | 11000101 | 0 | 100001 | 10111 | 0 | 101010110 | 1100100 | 1010100 |
Color Harmonies of #FFACC5
Complementary color
Monochromatic Colors of #FFACC5
Black with #FFACC5
Text Example
Text Example
White with #FFACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACC5; }
p { color: rgb(255,172,197); }
H1.HeaderClassName
{
color: #FFACC5;
}
.AnyTagClassName
{
color: #FFACC5;
}
</style>
background-color css
<style>
a { background-color: #FFACC5; }
a { background-color: rgb(255,172,197); }
div.DivClassName
{
background-color: #FFACC5;
}
.BgClassName
{
background-color: #FFACC5;
}
</style>
border-color css
<style>
span { border-color: #FFACC5; }
span { border-color: rgb(255,172,197); }
td.TdClassName
{
border-color: #FFACC5;
}
.TagClassName
{
border-color: #FFACC5;
}
</style>