Shades of Carnation Pink #FFAEC9
Tints of Carnation Pink #FFAEC9
RGB
CMYK
RGB Variations
Color information
#FFAEC9 (or 0xFFAEC9) is known color: Carnation Pink. HEX triplet: FF, AE and C9. RGB value is (255,174,201). Sum of RGB (Red+Green+Blue) = 255+174+201=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 174 (68.36% from 255 or 27.62% from 630); Blue value is 201 (78.91% from 255 or 31.90% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEC9 is #005136. Grayscale: #C9C9C9. Windows color (decimal): -20791 or 13217535. OLE color: 13217535.
HSL color Cylindrical-coordinate representation of color #FFAEC9: hue angle of 340º 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 #FFAEC9 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 201 | - |
| CMYK | 0 | 0.32 | 0.21 | 0 |
| HSL | 340º | 1% | 0.84% | - |
| HSV(B) | 340º | 0.32% | 1% | - |
| XYZ | 66.92 | 55.75 | 62.49 | - |
| YUV | 201.3 | 127.84 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 201 | 0 | 0.32 | 0.21 | 0 | 340 | 1 | 0.84 |
| Hex | FF | AE | C9 | 0 | 20 | 15 | 0 | 154 | 64 | 54 |
| Octal | 377 | 256 | 311 | 0 | 40 | 25 | 0 | 524 | 144 | 124 |
| Binary | 11111111 | 10101110 | 11001001 | 0 | 100000 | 10101 | 0 | 101010100 | 1100100 | 1010100 |
Color Harmonies of #FFAEC9
Complementary color
Monochromatic Colors of #FFAEC9
Black with #FFAEC9
Text Example
Text Example
White with #FFAEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEC9; }
p { color: rgb(255,174,201); }
H1.HeaderClassName
{
color: #FFAEC9;
}
.AnyTagClassName
{
color: #FFAEC9;
}
</style>
background-color css
<style>
a { background-color: #FFAEC9; }
a { background-color: rgb(255,174,201); }
div.DivClassName
{
background-color: #FFAEC9;
}
.BgClassName
{
background-color: #FFAEC9;
}
</style>
border-color css
<style>
span { border-color: #FFAEC9; }
span { border-color: rgb(255,174,201); }
td.TdClassName
{
border-color: #FFAEC9;
}
.TagClassName
{
border-color: #FFAEC9;
}
</style>