Shades of Carnation Pink #FFA3BD
Tints of Carnation Pink #FFA3BD
RGB
CMYK
RGB Variations
Color information
#FFA3BD (or 0xFFA3BD) is known color: Carnation Pink. HEX triplet: FF, A3 and BD. RGB value is (255,163,189). Sum of RGB (Red+Green+Blue) = 255+163+189=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 163 (64.06% from 255 or 26.85% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA3BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA3BD is #005C42. Grayscale: #C1C1C1. Windows color (decimal): -23619 or 12428287. OLE color: 12428287.
HSL color Cylindrical-coordinate representation of color #FFA3BD: hue angle of 343.04º 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 #FFA3BD is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 189 | - |
| CMYK | 0 | 0.36 | 0.26 | 0 |
| HSL | 343.04º | 1% | 0.82% | - |
| HSV(B) | 343.04º | 0.36% | 1% | - |
| XYZ | 63.52 | 51.13 | 54.66 | - |
| YUV | 193.47 | 125.48 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 189 | 0 | 0.36 | 0.26 | 0 | 343.04 | 1 | 0.82 |
| Hex | FF | A3 | BD | 0 | 24 | 1A | 0 | 157 | 64 | 52 |
| Octal | 377 | 243 | 275 | 0 | 44 | 32 | 0 | 527 | 144 | 122 |
| Binary | 11111111 | 10100011 | 10111101 | 0 | 100100 | 11010 | 0 | 101010111 | 1100100 | 1010010 |
Color Harmonies of #FFA3BD
Complementary color
Monochromatic Colors of #FFA3BD
Black with #FFA3BD
Text Example
Text Example
White with #FFA3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA3BD; }
p { color: rgb(255,163,189); }
H1.HeaderClassName
{
color: #FFA3BD;
}
.AnyTagClassName
{
color: #FFA3BD;
}
</style>
background-color css
<style>
a { background-color: #FFA3BD; }
a { background-color: rgb(255,163,189); }
div.DivClassName
{
background-color: #FFA3BD;
}
.BgClassName
{
background-color: #FFA3BD;
}
</style>
border-color css
<style>
span { border-color: #FFA3BD; }
span { border-color: rgb(255,163,189); }
td.TdClassName
{
border-color: #FFA3BD;
}
.TagClassName
{
border-color: #FFA3BD;
}
</style>