Shades of Carnation Pink #F6A1CB
Tints of Carnation Pink #F6A1CB
RGB
CMYK
RGB Variations
Color information
#F6A1CB (or 0xF6A1CB) is known color: Carnation Pink. HEX triplet: F6, A1 and CB. RGB value is (246,161,203). Sum of RGB (Red+Green+Blue) = 246+161+203=610 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.33% from 610); Green value is 161 (63.28% from 255 or 26.39% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A1CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A1CB is #095E34. Grayscale: #BFBFBF. Windows color (decimal): -613941 or 13345270. OLE color: 13345270.
HSL color Cylindrical-coordinate representation of color #F6A1CB: hue angle of 330.35º 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 #F6A1CB is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 161 | 203 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.04 |
| HSL | 330.35º | 0.83% | 0.8% | - |
| HSV(B) | 330.35º | 0.35% | 0.96% | - |
| XYZ | 61.53 | 49.39 | 62.79 | - |
| YUV | 191.2 | 134.66 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 161 | 203 | 0 | 0.35 | 0.17 | 0.04 | 330.35 | 0.83 | 0.8 |
| Hex | F6 | A1 | CB | 0 | 23 | 11 | 4 | 14A | 53 | 50 |
| Octal | 366 | 241 | 313 | 0 | 43 | 21 | 4 | 512 | 123 | 120 |
| Binary | 11110110 | 10100001 | 11001011 | 0 | 100011 | 10001 | 100 | 101001010 | 1010011 | 1010000 |
Color Harmonies of #F6A1CB
Complementary color
Monochromatic Colors of #F6A1CB
Black with #F6A1CB
Text Example
Text Example
White with #F6A1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A1CB; }
p { color: rgb(246,161,203); }
H1.HeaderClassName
{
color: #F6A1CB;
}
.AnyTagClassName
{
color: #F6A1CB;
}
</style>
background-color css
<style>
a { background-color: #F6A1CB; }
a { background-color: rgb(246,161,203); }
div.DivClassName
{
background-color: #F6A1CB;
}
.BgClassName
{
background-color: #F6A1CB;
}
</style>
border-color css
<style>
span { border-color: #F6A1CB; }
span { border-color: rgb(246,161,203); }
td.TdClassName
{
border-color: #F6A1CB;
}
.TagClassName
{
border-color: #F6A1CB;
}
</style>