Shades of Carnation Pink #FFA3B9
Tints of Carnation Pink #FFA3B9
RGB
CMYK
RGB Variations
Color information
#FFA3B9 (or 0xFFA3B9) is known color: Carnation Pink. HEX triplet: FF, A3 and B9. RGB value is (255,163,185). Sum of RGB (Red+Green+Blue) = 255+163+185=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 163 (64.06% from 255 or 27.03% from 603); Blue value is 185 (72.66% from 255 or 30.68% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA3B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA3B9 is #005C46. Grayscale: #C1C1C1. Windows color (decimal): -23623 or 12166143. OLE color: 12166143.
HSL color Cylindrical-coordinate representation of color #FFA3B9: hue angle of 345.65º 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 #FFA3B9 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 185 | - |
| CMYK | 0 | 0.36 | 0.27 | 0 |
| HSL | 345.65º | 1% | 0.82% | - |
| HSV(B) | 345.65º | 0.36% | 1% | - |
| XYZ | 63.09 | 50.96 | 52.41 | - |
| YUV | 193.02 | 123.48 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 185 | 0 | 0.36 | 0.27 | 0 | 345.65 | 1 | 0.82 |
| Hex | FF | A3 | B9 | 0 | 24 | 1B | 0 | 15A | 64 | 52 |
| Octal | 377 | 243 | 271 | 0 | 44 | 33 | 0 | 532 | 144 | 122 |
| Binary | 11111111 | 10100011 | 10111001 | 0 | 100100 | 11011 | 0 | 101011010 | 1100100 | 1010010 |
Color Harmonies of #FFA3B9
Complementary color
Monochromatic Colors of #FFA3B9
Black with #FFA3B9
Text Example
Text Example
White with #FFA3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA3B9; }
p { color: rgb(255,163,185); }
H1.HeaderClassName
{
color: #FFA3B9;
}
.AnyTagClassName
{
color: #FFA3B9;
}
</style>
background-color css
<style>
a { background-color: #FFA3B9; }
a { background-color: rgb(255,163,185); }
div.DivClassName
{
background-color: #FFA3B9;
}
.BgClassName
{
background-color: #FFA3B9;
}
</style>
border-color css
<style>
span { border-color: #FFA3B9; }
span { border-color: rgb(255,163,185); }
td.TdClassName
{
border-color: #FFA3B9;
}
.TagClassName
{
border-color: #FFA3B9;
}
</style>