Shades of Carnation Pink #FFA3C2
Tints of Carnation Pink #FFA3C2
RGB
CMYK
RGB Variations
Color information
#FFA3C2 (or 0xFFA3C2) is known color: Carnation Pink. HEX triplet: FF, A3 and C2. RGB value is (255,163,194). Sum of RGB (Red+Green+Blue) = 255+163+194=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 163 (64.06% from 255 or 26.63% from 612); Blue value is 194 (76.17% from 255 or 31.70% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA3C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA3C2 is #005C3D. Grayscale: #C2C2C2. Windows color (decimal): -23614 or 12755967. OLE color: 12755967.
HSL color Cylindrical-coordinate representation of color #FFA3C2: hue angle of 339.78º 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 #FFA3C2 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 194 | - |
| CMYK | 0 | 0.36 | 0.24 | 0 |
| HSL | 339.78º | 1% | 0.82% | - |
| HSV(B) | 339.78º | 0.36% | 1% | - |
| XYZ | 64.07 | 51.35 | 57.57 | - |
| YUV | 194.04 | 127.98 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 194 | 0 | 0.36 | 0.24 | 0 | 339.78 | 1 | 0.82 |
| Hex | FF | A3 | C2 | 0 | 24 | 18 | 0 | 154 | 64 | 52 |
| Octal | 377 | 243 | 302 | 0 | 44 | 30 | 0 | 524 | 144 | 122 |
| Binary | 11111111 | 10100011 | 11000010 | 0 | 100100 | 11000 | 0 | 101010100 | 1100100 | 1010010 |
Color Harmonies of #FFA3C2
Complementary color
Monochromatic Colors of #FFA3C2
Black with #FFA3C2
Text Example
Text Example
White with #FFA3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA3C2; }
p { color: rgb(255,163,194); }
H1.HeaderClassName
{
color: #FFA3C2;
}
.AnyTagClassName
{
color: #FFA3C2;
}
</style>
background-color css
<style>
a { background-color: #FFA3C2; }
a { background-color: rgb(255,163,194); }
div.DivClassName
{
background-color: #FFA3C2;
}
.BgClassName
{
background-color: #FFA3C2;
}
</style>
border-color css
<style>
span { border-color: #FFA3C2; }
span { border-color: rgb(255,163,194); }
td.TdClassName
{
border-color: #FFA3C2;
}
.TagClassName
{
border-color: #FFA3C2;
}
</style>