Shades of Carnation Pink #FFAECC
Tints of Carnation Pink #FFAECC
RGB
CMYK
RGB Variations
Color information
#FFAECC (or 0xFFAECC) is known color: Carnation Pink. HEX triplet: FF, AE and CC. RGB value is (255,174,204). Sum of RGB (Red+Green+Blue) = 255+174+204=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 174 (68.36% from 255 or 27.49% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAECC is #005133. Grayscale: #C9C9C9. Windows color (decimal): -20788 or 13414143. OLE color: 13414143.
HSL color Cylindrical-coordinate representation of color #FFAECC: hue angle of 337.78º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFAECC is Cyan = 0, Magento = 0.32, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 204 | - |
| CMYK | 0 | 0.32 | 0.2 | 0 |
| HSL | 337.78º | 1% | 0.84% | - |
| HSV(B) | 337.78º | 0.32% | 1% | - |
| XYZ | 67.28 | 55.89 | 64.37 | - |
| YUV | 201.64 | 129.34 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 204 | 0 | 0.32 | 0.2 | 0 | 337.78 | 1 | 0.84 |
| Hex | FF | AE | CC | 0 | 20 | 14 | 0 | 152 | 64 | 54 |
| Octal | 377 | 256 | 314 | 0 | 40 | 24 | 0 | 522 | 144 | 124 |
| Binary | 11111111 | 10101110 | 11001100 | 0 | 100000 | 10100 | 0 | 101010010 | 1100100 | 1010100 |
Color Harmonies of #FFAECC
Complementary color
Monochromatic Colors of #FFAECC
Black with #FFAECC
Text Example
Text Example
White with #FFAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAECC; }
p { color: rgb(255,174,204); }
H1.HeaderClassName
{
color: #FFAECC;
}
.AnyTagClassName
{
color: #FFAECC;
}
</style>
background-color css
<style>
a { background-color: #FFAECC; }
a { background-color: rgb(255,174,204); }
div.DivClassName
{
background-color: #FFAECC;
}
.BgClassName
{
background-color: #FFAECC;
}
</style>
border-color css
<style>
span { border-color: #FFAECC; }
span { border-color: rgb(255,174,204); }
td.TdClassName
{
border-color: #FFAECC;
}
.TagClassName
{
border-color: #FFAECC;
}
</style>