Shades of Carnation Pink #F6A1BD
Tints of Carnation Pink #F6A1BD
RGB
CMYK
RGB Variations
Color information
#F6A1BD (or 0xF6A1BD) is known color: Carnation Pink. HEX triplet: F6, A1 and BD. RGB value is (246,161,189). Sum of RGB (Red+Green+Blue) = 246+161+189=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 161 (63.28% from 255 or 27.01% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A1BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A1BD is #095E42. Grayscale: #BDBDBD. Windows color (decimal): -613955 or 12427766. OLE color: 12427766.
HSL color Cylindrical-coordinate representation of color #F6A1BD: hue angle of 340.24º 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 #F6A1BD is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 161 | 189 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.04 |
| HSL | 340.24º | 0.83% | 0.8% | - |
| HSV(B) | 340.24º | 0.35% | 0.96% | - |
| XYZ | 59.94 | 48.76 | 54.4 | - |
| YUV | 189.61 | 127.66 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 161 | 189 | 0 | 0.35 | 0.23 | 0.04 | 340.24 | 0.83 | 0.8 |
| Hex | F6 | A1 | BD | 0 | 23 | 17 | 4 | 154 | 53 | 50 |
| Octal | 366 | 241 | 275 | 0 | 43 | 27 | 4 | 524 | 123 | 120 |
| Binary | 11110110 | 10100001 | 10111101 | 0 | 100011 | 10111 | 100 | 101010100 | 1010011 | 1010000 |
Color Harmonies of #F6A1BD
Complementary color
Monochromatic Colors of #F6A1BD
Black with #F6A1BD
Text Example
Text Example
White with #F6A1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A1BD; }
p { color: rgb(246,161,189); }
H1.HeaderClassName
{
color: #F6A1BD;
}
.AnyTagClassName
{
color: #F6A1BD;
}
</style>
background-color css
<style>
a { background-color: #F6A1BD; }
a { background-color: rgb(246,161,189); }
div.DivClassName
{
background-color: #F6A1BD;
}
.BgClassName
{
background-color: #F6A1BD;
}
</style>
border-color css
<style>
span { border-color: #F6A1BD; }
span { border-color: rgb(246,161,189); }
td.TdClassName
{
border-color: #F6A1BD;
}
.TagClassName
{
border-color: #F6A1BD;
}
</style>