Shades of Carnation Pink #F6A1BE
Tints of Carnation Pink #F6A1BE
RGB
CMYK
RGB Variations
Color information
#F6A1BE (or 0xF6A1BE) is known color: Carnation Pink. HEX triplet: F6, A1 and BE. RGB value is (246,161,190). Sum of RGB (Red+Green+Blue) = 246+161+190=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 161 (63.28% from 255 or 26.97% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A1BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A1BE is #095E41. Grayscale: #BDBDBD. Windows color (decimal): -613954 or 12493302. OLE color: 12493302.
HSL color Cylindrical-coordinate representation of color #F6A1BE: hue angle of 339.53º 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 #F6A1BE is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 161 | 190 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.04 |
| HSL | 339.53º | 0.83% | 0.8% | - |
| HSV(B) | 339.53º | 0.35% | 0.96% | - |
| XYZ | 60.05 | 48.8 | 54.97 | - |
| YUV | 189.72 | 128.16 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 161 | 190 | 0 | 0.35 | 0.23 | 0.04 | 339.53 | 0.83 | 0.8 |
| Hex | F6 | A1 | BE | 0 | 23 | 17 | 4 | 154 | 53 | 50 |
| Octal | 366 | 241 | 276 | 0 | 43 | 27 | 4 | 524 | 123 | 120 |
| Binary | 11110110 | 10100001 | 10111110 | 0 | 100011 | 10111 | 100 | 101010100 | 1010011 | 1010000 |
Color Harmonies of #F6A1BE
Complementary color
Monochromatic Colors of #F6A1BE
Black with #F6A1BE
Text Example
Text Example
White with #F6A1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A1BE; }
p { color: rgb(246,161,190); }
H1.HeaderClassName
{
color: #F6A1BE;
}
.AnyTagClassName
{
color: #F6A1BE;
}
</style>
background-color css
<style>
a { background-color: #F6A1BE; }
a { background-color: rgb(246,161,190); }
div.DivClassName
{
background-color: #F6A1BE;
}
.BgClassName
{
background-color: #F6A1BE;
}
</style>
border-color css
<style>
span { border-color: #F6A1BE; }
span { border-color: rgb(246,161,190); }
td.TdClassName
{
border-color: #F6A1BE;
}
.TagClassName
{
border-color: #F6A1BE;
}
</style>