Shades of Carnation Pink #FFA3C9
Tints of Carnation Pink #FFA3C9
RGB
CMYK
RGB Variations
Color information
#FFA3C9 (or 0xFFA3C9) is known color: Carnation Pink. HEX triplet: FF, A3 and C9. RGB value is (255,163,201). Sum of RGB (Red+Green+Blue) = 255+163+201=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 163 (64.06% from 255 or 26.33% from 619); Blue value is 201 (78.91% from 255 or 32.47% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA3C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA3C9 is #005C36. Grayscale: #C2C2C2. Windows color (decimal): -23607 or 13214719. OLE color: 13214719.
HSL color Cylindrical-coordinate representation of color #FFA3C9: hue angle of 335.22º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFA3C9 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 201 | - |
| CMYK | 0 | 0.36 | 0.21 | 0 |
| HSL | 335.22º | 1% | 0.82% | - |
| HSV(B) | 335.22º | 0.36% | 1% | - |
| XYZ | 64.88 | 51.67 | 61.81 | - |
| YUV | 194.84 | 131.48 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 201 | 0 | 0.36 | 0.21 | 0 | 335.22 | 1 | 0.82 |
| Hex | FF | A3 | C9 | 0 | 24 | 15 | 0 | 14F | 64 | 52 |
| Octal | 377 | 243 | 311 | 0 | 44 | 25 | 0 | 517 | 144 | 122 |
| Binary | 11111111 | 10100011 | 11001001 | 0 | 100100 | 10101 | 0 | 101001111 | 1100100 | 1010010 |
Color Harmonies of #FFA3C9
Complementary color
Monochromatic Colors of #FFA3C9
Black with #FFA3C9
Text Example
Text Example
White with #FFA3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA3C9; }
p { color: rgb(255,163,201); }
H1.HeaderClassName
{
color: #FFA3C9;
}
.AnyTagClassName
{
color: #FFA3C9;
}
</style>
background-color css
<style>
a { background-color: #FFA3C9; }
a { background-color: rgb(255,163,201); }
div.DivClassName
{
background-color: #FFA3C9;
}
.BgClassName
{
background-color: #FFA3C9;
}
</style>
border-color css
<style>
span { border-color: #FFA3C9; }
span { border-color: rgb(255,163,201); }
td.TdClassName
{
border-color: #FFA3C9;
}
.TagClassName
{
border-color: #FFA3C9;
}
</style>