Shades of Carnation Pink #FFA9C2
Tints of Carnation Pink #FFA9C2
RGB
CMYK
RGB Variations
Color information
#FFA9C2 (or 0xFFA9C2) is known color: Carnation Pink. HEX triplet: FF, A9 and C2. RGB value is (255,169,194). Sum of RGB (Red+Green+Blue) = 255+169+194=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 169 (66.41% from 255 or 27.35% from 618); Blue value is 194 (76.17% from 255 or 31.39% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA9C2 is #00563D. Grayscale: #C5C5C5. Windows color (decimal): -22078 or 12757503. OLE color: 12757503.
HSL color Cylindrical-coordinate representation of color #FFA9C2: hue angle of 342.56º 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 #FFA9C2 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 194 | - |
| CMYK | 0 | 0.34 | 0.24 | 0 |
| HSL | 342.56º | 1% | 0.83% | - |
| HSV(B) | 342.56º | 0.34% | 1% | - |
| XYZ | 65.17 | 53.53 | 57.94 | - |
| YUV | 197.56 | 125.99 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 194 | 0 | 0.34 | 0.24 | 0 | 342.56 | 1 | 0.83 |
| Hex | FF | A9 | C2 | 0 | 22 | 18 | 0 | 157 | 64 | 53 |
| Octal | 377 | 251 | 302 | 0 | 42 | 30 | 0 | 527 | 144 | 123 |
| Binary | 11111111 | 10101001 | 11000010 | 0 | 100010 | 11000 | 0 | 101010111 | 1100100 | 1010011 |
Color Harmonies of #FFA9C2
Complementary color
Monochromatic Colors of #FFA9C2
Black with #FFA9C2
Text Example
Text Example
White with #FFA9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA9C2; }
p { color: rgb(255,169,194); }
H1.HeaderClassName
{
color: #FFA9C2;
}
.AnyTagClassName
{
color: #FFA9C2;
}
</style>
background-color css
<style>
a { background-color: #FFA9C2; }
a { background-color: rgb(255,169,194); }
div.DivClassName
{
background-color: #FFA9C2;
}
.BgClassName
{
background-color: #FFA9C2;
}
</style>
border-color css
<style>
span { border-color: #FFA9C2; }
span { border-color: rgb(255,169,194); }
td.TdClassName
{
border-color: #FFA9C2;
}
.TagClassName
{
border-color: #FFA9C2;
}
</style>