Shades of Carnation Pink #FFACCA
Tints of Carnation Pink #FFACCA
RGB
CMYK
RGB Variations
Color information
#FFACCA (or 0xFFACCA) is known color: Carnation Pink. HEX triplet: FF, AC and CA. RGB value is (255,172,202). Sum of RGB (Red+Green+Blue) = 255+172+202=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACCA is #005335. Grayscale: #C8C8C8. Windows color (decimal): -21302 or 13282559. OLE color: 13282559.
HSL color Cylindrical-coordinate representation of color #FFACCA: hue angle of 338.31º 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 #FFACCA is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 202 | - |
| CMYK | 0 | 0.33 | 0.21 | 0 |
| HSL | 338.31º | 1% | 0.84% | - |
| HSV(B) | 338.31º | 0.33% | 1% | - |
| XYZ | 66.65 | 55.03 | 62.99 | - |
| YUV | 200.24 | 129 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 202 | 0 | 0.33 | 0.21 | 0 | 338.31 | 1 | 0.84 |
| Hex | FF | AC | CA | 0 | 21 | 15 | 0 | 152 | 64 | 54 |
| Octal | 377 | 254 | 312 | 0 | 41 | 25 | 0 | 522 | 144 | 124 |
| Binary | 11111111 | 10101100 | 11001010 | 0 | 100001 | 10101 | 0 | 101010010 | 1100100 | 1010100 |
Color Harmonies of #FFACCA
Complementary color
Monochromatic Colors of #FFACCA
Black with #FFACCA
Text Example
Text Example
White with #FFACCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACCA; }
p { color: rgb(255,172,202); }
H1.HeaderClassName
{
color: #FFACCA;
}
.AnyTagClassName
{
color: #FFACCA;
}
</style>
background-color css
<style>
a { background-color: #FFACCA; }
a { background-color: rgb(255,172,202); }
div.DivClassName
{
background-color: #FFACCA;
}
.BgClassName
{
background-color: #FFACCA;
}
</style>
border-color css
<style>
span { border-color: #FFACCA; }
span { border-color: rgb(255,172,202); }
td.TdClassName
{
border-color: #FFACCA;
}
.TagClassName
{
border-color: #FFACCA;
}
</style>