Shades of Pink #F6BEC9
Tints of Pink #F6BEC9
RGB
CMYK
RGB Variations
Color information
#F6BEC9 (or 0xF6BEC9) is known color: Pink. HEX triplet: F6, BE and C9. RGB value is (246,190,201). Sum of RGB (Red+Green+Blue) = 246+190+201=637 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.62% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 201 (78.91% from 255 or 31.55% from 637); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BEC9 is #094136. Grayscale: #D0D0D0. Windows color (decimal): -606519 or 13221622. OLE color: 13221622.
HSL color Cylindrical-coordinate representation of color #F6BEC9: hue angle of 348.21º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6BEC9 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 190 | 201 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.04 |
| HSL | 348.21º | 0.76% | 0.85% | - |
| HSV(B) | 348.21º | 0.23% | 0.96% | - |
| XYZ | 66.96 | 60.64 | 63.43 | - |
| YUV | 208 | 124.05 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 190 | 201 | 0 | 0.23 | 0.18 | 0.04 | 348.21 | 0.76 | 0.85 |
| Hex | F6 | BE | C9 | 0 | 17 | 12 | 4 | 15C | 4C | 55 |
| Octal | 366 | 276 | 311 | 0 | 27 | 22 | 4 | 534 | 114 | 125 |
| Binary | 11110110 | 10111110 | 11001001 | 0 | 10111 | 10010 | 100 | 101011100 | 1001100 | 1010101 |
Color Harmonies of #F6BEC9
Complementary color
Monochromatic Colors of #F6BEC9
Black with #F6BEC9
Text Example
Text Example
White with #F6BEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BEC9; }
p { color: rgb(246,190,201); }
H1.HeaderClassName
{
color: #F6BEC9;
}
.AnyTagClassName
{
color: #F6BEC9;
}
</style>
background-color css
<style>
a { background-color: #F6BEC9; }
a { background-color: rgb(246,190,201); }
div.DivClassName
{
background-color: #F6BEC9;
}
.BgClassName
{
background-color: #F6BEC9;
}
</style>
border-color css
<style>
span { border-color: #F6BEC9; }
span { border-color: rgb(246,190,201); }
td.TdClassName
{
border-color: #F6BEC9;
}
.TagClassName
{
border-color: #F6BEC9;
}
</style>