Shades of Carnation Pink #FFA9CE
Tints of Carnation Pink #FFA9CE
RGB
CMYK
RGB Variations
Color information
#FFA9CE (or 0xFFA9CE) is known color: Carnation Pink. HEX triplet: FF, A9 and CE. RGB value is (255,169,206). Sum of RGB (Red+Green+Blue) = 255+169+206=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 169 (66.41% from 255 or 26.83% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA9CE is #005631. Grayscale: #C6C6C6. Windows color (decimal): -22066 or 13543935. OLE color: 13543935.
HSL color Cylindrical-coordinate representation of color #FFA9CE: hue angle of 334.19º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFA9CE is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 206 | - |
| CMYK | 0 | 0.34 | 0.19 | 0 |
| HSL | 334.19º | 1% | 0.83% | - |
| HSV(B) | 334.19º | 0.34% | 1% | - |
| XYZ | 66.57 | 54.09 | 65.32 | - |
| YUV | 198.93 | 131.99 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 206 | 0 | 0.34 | 0.19 | 0 | 334.19 | 1 | 0.83 |
| Hex | FF | A9 | CE | 0 | 22 | 13 | 0 | 14E | 64 | 53 |
| Octal | 377 | 251 | 316 | 0 | 42 | 23 | 0 | 516 | 144 | 123 |
| Binary | 11111111 | 10101001 | 11001110 | 0 | 100010 | 10011 | 0 | 101001110 | 1100100 | 1010011 |
Color Harmonies of #FFA9CE
Complementary color
Monochromatic Colors of #FFA9CE
Black with #FFA9CE
Text Example
Text Example
White with #FFA9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA9CE; }
p { color: rgb(255,169,206); }
H1.HeaderClassName
{
color: #FFA9CE;
}
.AnyTagClassName
{
color: #FFA9CE;
}
</style>
background-color css
<style>
a { background-color: #FFA9CE; }
a { background-color: rgb(255,169,206); }
div.DivClassName
{
background-color: #FFA9CE;
}
.BgClassName
{
background-color: #FFA9CE;
}
</style>
border-color css
<style>
span { border-color: #FFA9CE; }
span { border-color: rgb(255,169,206); }
td.TdClassName
{
border-color: #FFA9CE;
}
.TagClassName
{
border-color: #FFA9CE;
}
</style>