Shades of Your Pink #F6BEBC
Tints of Your Pink #F6BEBC
RGB
CMYK
RGB Variations
Color information
#F6BEBC (or 0xF6BEBC) is known color: Your Pink. HEX triplet: F6, BE and BC. RGB value is (246,190,188). Sum of RGB (Red+Green+Blue) = 246+190+188=624 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.42% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 188 (73.83% from 255 or 30.13% from 624); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BEBC is #094143. Grayscale: #CECECE. Windows color (decimal): -606532 or 12369654. OLE color: 12369654.
HSL color Cylindrical-coordinate representation of color #F6BEBC: hue angle of 2.07º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6BEBC is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 190 | 188 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.04 |
| HSL | 2.07º | 0.76% | 0.85% | - |
| HSV(B) | 2.07º | 0.24% | 0.96% | - |
| XYZ | 65.5 | 60.05 | 55.72 | - |
| YUV | 206.52 | 117.55 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 190 | 188 | 0 | 0.23 | 0.24 | 0.04 | 2.07 | 0.76 | 0.85 |
| Hex | F6 | BE | BC | 0 | 17 | 18 | 4 | 2 | 4C | 55 |
| Octal | 366 | 276 | 274 | 0 | 27 | 30 | 4 | 2 | 114 | 125 |
| Binary | 11110110 | 10111110 | 10111100 | 0 | 10111 | 11000 | 100 | 10 | 1001100 | 1010101 |
Color Harmonies of #F6BEBC
Complementary color
Monochromatic Colors of #F6BEBC
Black with #F6BEBC
Text Example
Text Example
White with #F6BEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BEBC; }
p { color: rgb(246,190,188); }
H1.HeaderClassName
{
color: #F6BEBC;
}
.AnyTagClassName
{
color: #F6BEBC;
}
</style>
background-color css
<style>
a { background-color: #F6BEBC; }
a { background-color: rgb(246,190,188); }
div.DivClassName
{
background-color: #F6BEBC;
}
.BgClassName
{
background-color: #F6BEBC;
}
</style>
border-color css
<style>
span { border-color: #F6BEBC; }
span { border-color: rgb(246,190,188); }
td.TdClassName
{
border-color: #F6BEBC;
}
.TagClassName
{
border-color: #F6BEBC;
}
</style>