Shades of Carnation Pink #F6A0BD
Tints of Carnation Pink #F6A0BD
RGB
CMYK
RGB Variations
Color information
#F6A0BD (or 0xF6A0BD) is known color: Carnation Pink. HEX triplet: F6, A0 and BD. RGB value is (246,160,189). Sum of RGB (Red+Green+Blue) = 246+160+189=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 160 (62.89% from 255 or 26.89% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A0BD is #095F42. Grayscale: #BCBCBC. Windows color (decimal): -614211 or 12427510. OLE color: 12427510.
HSL color Cylindrical-coordinate representation of color #F6A0BD: hue angle of 339.77º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F6A0BD is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 160 | 189 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.04 |
| HSL | 339.77º | 0.83% | 0.8% | - |
| HSV(B) | 339.77º | 0.35% | 0.96% | - |
| XYZ | 59.76 | 48.41 | 54.34 | - |
| YUV | 189.02 | 127.99 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 160 | 189 | 0 | 0.35 | 0.23 | 0.04 | 339.77 | 0.83 | 0.8 |
| Hex | F6 | A0 | BD | 0 | 23 | 17 | 4 | 154 | 53 | 50 |
| Octal | 366 | 240 | 275 | 0 | 43 | 27 | 4 | 524 | 123 | 120 |
| Binary | 11110110 | 10100000 | 10111101 | 0 | 100011 | 10111 | 100 | 101010100 | 1010011 | 1010000 |
Color Harmonies of #F6A0BD
Complementary color
Monochromatic Colors of #F6A0BD
Black with #F6A0BD
Text Example
Text Example
White with #F6A0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A0BD; }
p { color: rgb(246,160,189); }
H1.HeaderClassName
{
color: #F6A0BD;
}
.AnyTagClassName
{
color: #F6A0BD;
}
</style>
background-color css
<style>
a { background-color: #F6A0BD; }
a { background-color: rgb(246,160,189); }
div.DivClassName
{
background-color: #F6A0BD;
}
.BgClassName
{
background-color: #F6A0BD;
}
</style>
border-color css
<style>
span { border-color: #F6A0BD; }
span { border-color: rgb(246,160,189); }
td.TdClassName
{
border-color: #F6A0BD;
}
.TagClassName
{
border-color: #F6A0BD;
}
</style>