Shades of Carnation Pink #F6A2BD
Tints of Carnation Pink #F6A2BD
RGB
CMYK
RGB Variations
Color information
#F6A2BD (or 0xF6A2BD) is known color: Carnation Pink. HEX triplet: F6, A2 and BD. RGB value is (246,162,189). Sum of RGB (Red+Green+Blue) = 246+162+189=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 162 (63.67% from 255 or 27.14% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A2BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A2BD is #095D42. Grayscale: #BEBEBE. Windows color (decimal): -613699 or 12428022. OLE color: 12428022.
HSL color Cylindrical-coordinate representation of color #F6A2BD: hue angle of 340.71º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F6A2BD is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 162 | 189 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.04 |
| HSL | 340.71º | 0.82% | 0.8% | - |
| HSV(B) | 340.71º | 0.34% | 0.96% | - |
| XYZ | 60.11 | 49.11 | 54.45 | - |
| YUV | 190.19 | 127.33 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 162 | 189 | 0 | 0.34 | 0.23 | 0.04 | 340.71 | 0.82 | 0.8 |
| Hex | F6 | A2 | BD | 0 | 22 | 17 | 4 | 155 | 52 | 50 |
| Octal | 366 | 242 | 275 | 0 | 42 | 27 | 4 | 525 | 122 | 120 |
| Binary | 11110110 | 10100010 | 10111101 | 0 | 100010 | 10111 | 100 | 101010101 | 1010010 | 1010000 |
Color Harmonies of #F6A2BD
Complementary color
Monochromatic Colors of #F6A2BD
Black with #F6A2BD
Text Example
Text Example
White with #F6A2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A2BD; }
p { color: rgb(246,162,189); }
H1.HeaderClassName
{
color: #F6A2BD;
}
.AnyTagClassName
{
color: #F6A2BD;
}
</style>
background-color css
<style>
a { background-color: #F6A2BD; }
a { background-color: rgb(246,162,189); }
div.DivClassName
{
background-color: #F6A2BD;
}
.BgClassName
{
background-color: #F6A2BD;
}
</style>
border-color css
<style>
span { border-color: #F6A2BD; }
span { border-color: rgb(246,162,189); }
td.TdClassName
{
border-color: #F6A2BD;
}
.TagClassName
{
border-color: #F6A2BD;
}
</style>