Shades of Your Pink #F6C4BC
Tints of Your Pink #F6C4BC
RGB
CMYK
RGB Variations
Color information
#F6C4BC (or 0xF6C4BC) is known color: Your Pink. HEX triplet: F6, C4 and BC. RGB value is (246,196,188). Sum of RGB (Red+Green+Blue) = 246+196+188=630 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.05% from 630); Green value is 196 (76.95% from 255 or 31.11% from 630); Blue value is 188 (73.83% from 255 or 29.84% from 630); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C4BC is #093B43. Grayscale: #D2D2D2. Windows color (decimal): -604996 or 12371190. OLE color: 12371190.
HSL color Cylindrical-coordinate representation of color #F6C4BC: hue angle of 8.28º 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 #F6C4BC is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 196 | 188 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.04 |
| HSL | 8.28º | 0.76% | 0.85% | - |
| HSV(B) | 8.28º | 0.24% | 0.96% | - |
| XYZ | 66.82 | 62.7 | 56.16 | - |
| YUV | 210.04 | 115.57 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 196 | 188 | 0 | 0.20 | 0.24 | 0.04 | 8.28 | 0.76 | 0.85 |
| Hex | F6 | C4 | BC | 0 | 14 | 18 | 4 | 8 | 4C | 55 |
| Octal | 366 | 304 | 274 | 0 | 24 | 30 | 4 | 10 | 114 | 125 |
| Binary | 11110110 | 11000100 | 10111100 | 0 | 10100 | 11000 | 100 | 1000 | 1001100 | 1010101 |
Color Harmonies of #F6C4BC
Complementary color
Monochromatic Colors of #F6C4BC
Black with #F6C4BC
Text Example
Text Example
White with #F6C4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C4BC; }
p { color: rgb(246,196,188); }
H1.HeaderClassName
{
color: #F6C4BC;
}
.AnyTagClassName
{
color: #F6C4BC;
}
</style>
background-color css
<style>
a { background-color: #F6C4BC; }
a { background-color: rgb(246,196,188); }
div.DivClassName
{
background-color: #F6C4BC;
}
.BgClassName
{
background-color: #F6C4BC;
}
</style>
border-color css
<style>
span { border-color: #F6C4BC; }
span { border-color: rgb(246,196,188); }
td.TdClassName
{
border-color: #F6C4BC;
}
.TagClassName
{
border-color: #F6C4BC;
}
</style>