Shades of Carnation Pink #F5A0BD
Tints of Carnation Pink #F5A0BD
RGB
CMYK
RGB Variations
Color information
#F5A0BD (or 0xF5A0BD) is known color: Carnation Pink. HEX triplet: F5, A0 and BD. RGB value is (245,160,189). Sum of RGB (Red+Green+Blue) = 245+160+189=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 160 (62.89% from 255 or 26.94% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A0BD is #0A5F42. Grayscale: #BCBCBC. Windows color (decimal): -679747 or 12427509. OLE color: 12427509.
HSL color Cylindrical-coordinate representation of color #F5A0BD: hue angle of 339.53º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F5A0BD is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 160 | 189 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.04 |
| HSL | 339.53º | 0.81% | 0.79% | - |
| HSV(B) | 339.53º | 0.35% | 0.96% | - |
| XYZ | 59.41 | 48.23 | 54.32 | - |
| YUV | 188.72 | 128.16 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 160 | 189 | 0 | 0.35 | 0.23 | 0.04 | 339.53 | 0.81 | 0.79 |
| Hex | F5 | A0 | BD | 0 | 23 | 17 | 4 | 154 | 51 | 4F |
| Octal | 365 | 240 | 275 | 0 | 43 | 27 | 4 | 524 | 121 | 117 |
| Binary | 11110101 | 10100000 | 10111101 | 0 | 100011 | 10111 | 100 | 101010100 | 1010001 | 1001111 |
Color Harmonies of #F5A0BD
Complementary color
Monochromatic Colors of #F5A0BD
Black with #F5A0BD
Text Example
Text Example
White with #F5A0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A0BD; }
p { color: rgb(245,160,189); }
H1.HeaderClassName
{
color: #F5A0BD;
}
.AnyTagClassName
{
color: #F5A0BD;
}
</style>
background-color css
<style>
a { background-color: #F5A0BD; }
a { background-color: rgb(245,160,189); }
div.DivClassName
{
background-color: #F5A0BD;
}
.BgClassName
{
background-color: #F5A0BD;
}
</style>
border-color css
<style>
span { border-color: #F5A0BD; }
span { border-color: rgb(245,160,189); }
td.TdClassName
{
border-color: #F5A0BD;
}
.TagClassName
{
border-color: #F5A0BD;
}
</style>