Shades of Carnation Pink #FFA3C3
Tints of Carnation Pink #FFA3C3
RGB
CMYK
RGB Variations
Color information
#FFA3C3 (or 0xFFA3C3) is known color: Carnation Pink. HEX triplet: FF, A3 and C3. RGB value is (255,163,195). Sum of RGB (Red+Green+Blue) = 255+163+195=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 163 (64.06% from 255 or 26.59% from 613); Blue value is 195 (76.56% from 255 or 31.81% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA3C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA3C3 is #005C3C. Grayscale: #C2C2C2. Windows color (decimal): -23613 or 12821503. OLE color: 12821503.
HSL color Cylindrical-coordinate representation of color #FFA3C3: hue angle of 339.13º 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 #FFA3C3 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 195 | - |
| CMYK | 0 | 0.36 | 0.24 | 0 |
| HSL | 339.13º | 1% | 0.82% | - |
| HSV(B) | 339.13º | 0.36% | 1% | - |
| XYZ | 64.19 | 51.39 | 58.17 | - |
| YUV | 194.16 | 128.48 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 195 | 0 | 0.36 | 0.24 | 0 | 339.13 | 1 | 0.82 |
| Hex | FF | A3 | C3 | 0 | 24 | 18 | 0 | 153 | 64 | 52 |
| Octal | 377 | 243 | 303 | 0 | 44 | 30 | 0 | 523 | 144 | 122 |
| Binary | 11111111 | 10100011 | 11000011 | 0 | 100100 | 11000 | 0 | 101010011 | 1100100 | 1010010 |
Color Harmonies of #FFA3C3
Complementary color
Monochromatic Colors of #FFA3C3
Black with #FFA3C3
Text Example
Text Example
White with #FFA3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA3C3; }
p { color: rgb(255,163,195); }
H1.HeaderClassName
{
color: #FFA3C3;
}
.AnyTagClassName
{
color: #FFA3C3;
}
</style>
background-color css
<style>
a { background-color: #FFA3C3; }
a { background-color: rgb(255,163,195); }
div.DivClassName
{
background-color: #FFA3C3;
}
.BgClassName
{
background-color: #FFA3C3;
}
</style>
border-color css
<style>
span { border-color: #FFA3C3; }
span { border-color: rgb(255,163,195); }
td.TdClassName
{
border-color: #FFA3C3;
}
.TagClassName
{
border-color: #FFA3C3;
}
</style>