Shades of Carnation Pink #FFAEC8
Tints of Carnation Pink #FFAEC8
RGB
CMYK
RGB Variations
Color information
#FFAEC8 (or 0xFFAEC8) is known color: Carnation Pink. HEX triplet: FF, AE and C8. RGB value is (255,174,200). Sum of RGB (Red+Green+Blue) = 255+174+200=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEC8 is #005137. Grayscale: #C9C9C9. Windows color (decimal): -20792 or 13151999. OLE color: 13151999.
HSL color Cylindrical-coordinate representation of color #FFAEC8: hue angle of 340.74º 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 #FFAEC8 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 200 | - |
| CMYK | 0 | 0.32 | 0.22 | 0 |
| HSL | 340.74º | 1% | 0.84% | - |
| HSV(B) | 340.74º | 0.32% | 1% | - |
| XYZ | 66.8 | 55.7 | 61.87 | - |
| YUV | 201.18 | 127.34 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 200 | 0 | 0.32 | 0.22 | 0 | 340.74 | 1 | 0.84 |
| Hex | FF | AE | C8 | 0 | 20 | 16 | 0 | 155 | 64 | 54 |
| Octal | 377 | 256 | 310 | 0 | 40 | 26 | 0 | 525 | 144 | 124 |
| Binary | 11111111 | 10101110 | 11001000 | 0 | 100000 | 10110 | 0 | 101010101 | 1100100 | 1010100 |
Color Harmonies of #FFAEC8
Complementary color
Monochromatic Colors of #FFAEC8
Black with #FFAEC8
Text Example
Text Example
White with #FFAEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAEC8; }
p { color: rgb(255,174,200); }
H1.HeaderClassName
{
color: #FFAEC8;
}
.AnyTagClassName
{
color: #FFAEC8;
}
</style>
background-color css
<style>
a { background-color: #FFAEC8; }
a { background-color: rgb(255,174,200); }
div.DivClassName
{
background-color: #FFAEC8;
}
.BgClassName
{
background-color: #FFAEC8;
}
</style>
border-color css
<style>
span { border-color: #FFAEC8; }
span { border-color: rgb(255,174,200); }
td.TdClassName
{
border-color: #FFAEC8;
}
.TagClassName
{
border-color: #FFAEC8;
}
</style>