Shades of Carnation Pink #FFA9CC
Tints of Carnation Pink #FFA9CC
RGB
CMYK
RGB Variations
Color information
#FFA9CC (or 0xFFA9CC) is known color: Carnation Pink. HEX triplet: FF, A9 and CC. RGB value is (255,169,204). Sum of RGB (Red+Green+Blue) = 255+169+204=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 169 (66.41% from 255 or 26.91% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA9CC is #005633. Grayscale: #C6C6C6. Windows color (decimal): -22068 or 13412863. OLE color: 13412863.
HSL color Cylindrical-coordinate representation of color #FFA9CC: hue angle of 335.58º 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 #FFA9CC is Cyan = 0, Magento = 0.34, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 204 | - |
| CMYK | 0 | 0.34 | 0.2 | 0 |
| HSL | 335.58º | 1% | 0.83% | - |
| HSV(B) | 335.58º | 0.34% | 1% | - |
| XYZ | 66.33 | 54 | 64.05 | - |
| YUV | 198.7 | 130.99 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 204 | 0 | 0.34 | 0.2 | 0 | 335.58 | 1 | 0.83 |
| Hex | FF | A9 | CC | 0 | 22 | 14 | 0 | 150 | 64 | 53 |
| Octal | 377 | 251 | 314 | 0 | 42 | 24 | 0 | 520 | 144 | 123 |
| Binary | 11111111 | 10101001 | 11001100 | 0 | 100010 | 10100 | 0 | 101010000 | 1100100 | 1010011 |
Color Harmonies of #FFA9CC
Complementary color
Monochromatic Colors of #FFA9CC
Black with #FFA9CC
Text Example
Text Example
White with #FFA9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA9CC; }
p { color: rgb(255,169,204); }
H1.HeaderClassName
{
color: #FFA9CC;
}
.AnyTagClassName
{
color: #FFA9CC;
}
</style>
background-color css
<style>
a { background-color: #FFA9CC; }
a { background-color: rgb(255,169,204); }
div.DivClassName
{
background-color: #FFA9CC;
}
.BgClassName
{
background-color: #FFA9CC;
}
</style>
border-color css
<style>
span { border-color: #FFA9CC; }
span { border-color: rgb(255,169,204); }
td.TdClassName
{
border-color: #FFA9CC;
}
.TagClassName
{
border-color: #FFA9CC;
}
</style>