Shades of Carnation Pink #F5A3BD
Tints of Carnation Pink #F5A3BD
RGB
CMYK
RGB Variations
Color information
#F5A3BD (or 0xF5A3BD) is known color: Carnation Pink. HEX triplet: F5, A3 and BD. RGB value is (245,163,189). Sum of RGB (Red+Green+Blue) = 245+163+189=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 163 (64.06% from 255 or 27.30% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A3BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A3BD is #0A5C42. Grayscale: #BEBEBE. Windows color (decimal): -678979 or 12428277. OLE color: 12428277.
HSL color Cylindrical-coordinate representation of color #F5A3BD: hue angle of 340.98º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F5A3BD is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 163 | 189 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.04 |
| HSL | 340.98º | 0.8% | 0.8% | - |
| HSV(B) | 340.98º | 0.33% | 0.96% | - |
| XYZ | 59.94 | 49.28 | 54.5 | - |
| YUV | 190.48 | 127.17 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 163 | 189 | 0 | 0.33 | 0.23 | 0.04 | 340.98 | 0.8 | 0.8 |
| Hex | F5 | A3 | BD | 0 | 21 | 17 | 4 | 155 | 50 | 50 |
| Octal | 365 | 243 | 275 | 0 | 41 | 27 | 4 | 525 | 120 | 120 |
| Binary | 11110101 | 10100011 | 10111101 | 0 | 100001 | 10111 | 100 | 101010101 | 1010000 | 1010000 |
Color Harmonies of #F5A3BD
Complementary color
Monochromatic Colors of #F5A3BD
Black with #F5A3BD
Text Example
Text Example
White with #F5A3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A3BD; }
p { color: rgb(245,163,189); }
H1.HeaderClassName
{
color: #F5A3BD;
}
.AnyTagClassName
{
color: #F5A3BD;
}
</style>
background-color css
<style>
a { background-color: #F5A3BD; }
a { background-color: rgb(245,163,189); }
div.DivClassName
{
background-color: #F5A3BD;
}
.BgClassName
{
background-color: #F5A3BD;
}
</style>
border-color css
<style>
span { border-color: #F5A3BD; }
span { border-color: rgb(245,163,189); }
td.TdClassName
{
border-color: #F5A3BD;
}
.TagClassName
{
border-color: #F5A3BD;
}
</style>