Shades of Your Pink #F6C4BB
Tints of Your Pink #F6C4BB
RGB
CMYK
RGB Variations
Color information
#F6C4BB (or 0xF6C4BB) is known color: Your Pink. HEX triplet: F6, C4 and BB. RGB value is (246,196,187). Sum of RGB (Red+Green+Blue) = 246+196+187=629 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.11% from 629); Green value is 196 (76.95% from 255 or 31.16% from 629); Blue value is 187 (73.44% from 255 or 29.73% from 629); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C4BB is #093B44. Grayscale: #D2D2D2. Windows color (decimal): -604997 or 12305654. OLE color: 12305654.
HSL color Cylindrical-coordinate representation of color #F6C4BB: hue angle of 9.15º degrees, saturation: 0.77, 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 #F6C4BB is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 196 | 187 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.04 |
| HSL | 9.15º | 0.77% | 0.85% | - |
| HSV(B) | 9.15º | 0.24% | 0.96% | - |
| XYZ | 66.72 | 62.66 | 55.59 | - |
| YUV | 209.92 | 115.07 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 196 | 187 | 0 | 0.20 | 0.24 | 0.04 | 9.15 | 0.77 | 0.85 |
| Hex | F6 | C4 | BB | 0 | 14 | 18 | 4 | 9 | 4D | 55 |
| Octal | 366 | 304 | 273 | 0 | 24 | 30 | 4 | 11 | 115 | 125 |
| Binary | 11110110 | 11000100 | 10111011 | 0 | 10100 | 11000 | 100 | 1001 | 1001101 | 1010101 |
Color Harmonies of #F6C4BB
Complementary color
Monochromatic Colors of #F6C4BB
Black with #F6C4BB
Text Example
Text Example
White with #F6C4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C4BB; }
p { color: rgb(246,196,187); }
H1.HeaderClassName
{
color: #F6C4BB;
}
.AnyTagClassName
{
color: #F6C4BB;
}
</style>
background-color css
<style>
a { background-color: #F6C4BB; }
a { background-color: rgb(246,196,187); }
div.DivClassName
{
background-color: #F6C4BB;
}
.BgClassName
{
background-color: #F6C4BB;
}
</style>
border-color css
<style>
span { border-color: #F6C4BB; }
span { border-color: rgb(246,196,187); }
td.TdClassName
{
border-color: #F6C4BB;
}
.TagClassName
{
border-color: #F6C4BB;
}
</style>