Shades of Your Pink #F3C6BC
Tints of Your Pink #F3C6BC
RGB
CMYK
RGB Variations
Color information
#F3C6BC (or 0xF3C6BC) is known color: Your Pink. HEX triplet: F3, C6 and BC. RGB value is (243,198,188). Sum of RGB (Red+Green+Blue) = 243+198+188=629 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.63% from 629); Green value is 198 (77.73% from 255 or 31.48% from 629); Blue value is 188 (73.83% from 255 or 29.89% from 629); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C6BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C6BC is #0C3943. Grayscale: #D2D2D2. Windows color (decimal): -801092 or 12371699. OLE color: 12371699.
HSL color Cylindrical-coordinate representation of color #F3C6BC: hue angle of 10.91º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3C6BC is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 198 | 188 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.05 |
| HSL | 10.91º | 0.7% | 0.85% | - |
| HSV(B) | 10.91º | 0.23% | 0.95% | - |
| XYZ | 66.23 | 63.07 | 56.26 | - |
| YUV | 210.32 | 115.41 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 198 | 188 | 0 | 0.19 | 0.23 | 0.05 | 10.91 | 0.7 | 0.85 |
| Hex | F3 | C6 | BC | 0 | 13 | 17 | 5 | B | 46 | 55 |
| Octal | 363 | 306 | 274 | 0 | 23 | 27 | 5 | 13 | 106 | 125 |
| Binary | 11110011 | 11000110 | 10111100 | 0 | 10011 | 10111 | 101 | 1011 | 1000110 | 1010101 |
Color Harmonies of #F3C6BC
Complementary color
Monochromatic Colors of #F3C6BC
Black with #F3C6BC
Text Example
Text Example
White with #F3C6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C6BC; }
p { color: rgb(243,198,188); }
H1.HeaderClassName
{
color: #F3C6BC;
}
.AnyTagClassName
{
color: #F3C6BC;
}
</style>
background-color css
<style>
a { background-color: #F3C6BC; }
a { background-color: rgb(243,198,188); }
div.DivClassName
{
background-color: #F3C6BC;
}
.BgClassName
{
background-color: #F3C6BC;
}
</style>
border-color css
<style>
span { border-color: #F3C6BC; }
span { border-color: rgb(243,198,188); }
td.TdClassName
{
border-color: #F3C6BC;
}
.TagClassName
{
border-color: #F3C6BC;
}
</style>