Shades of Your Pink #F3C6BB
Tints of Your Pink #F3C6BB
RGB
CMYK
RGB Variations
Color information
#F3C6BB (or 0xF3C6BB) is known color: Your Pink. HEX triplet: F3, C6 and BB. RGB value is (243,198,187). Sum of RGB (Red+Green+Blue) = 243+198+187=628 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.69% from 628); Green value is 198 (77.73% from 255 or 31.53% from 628); Blue value is 187 (73.44% from 255 or 29.78% from 628); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C6BB is #0C3944. Grayscale: #D2D2D2. Windows color (decimal): -801093 or 12306163. OLE color: 12306163.
HSL color Cylindrical-coordinate representation of color #F3C6BB: hue angle of 11.79º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3C6BB is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 198 | 187 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.05 |
| HSL | 11.79º | 0.7% | 0.84% | - |
| HSV(B) | 11.79º | 0.23% | 0.95% | - |
| XYZ | 66.13 | 63.03 | 55.69 | - |
| YUV | 210.2 | 114.91 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 198 | 187 | 0 | 0.19 | 0.23 | 0.05 | 11.79 | 0.7 | 0.84 |
| Hex | F3 | C6 | BB | 0 | 13 | 17 | 5 | C | 46 | 54 |
| Octal | 363 | 306 | 273 | 0 | 23 | 27 | 5 | 14 | 106 | 124 |
| Binary | 11110011 | 11000110 | 10111011 | 0 | 10011 | 10111 | 101 | 1100 | 1000110 | 1010100 |
Color Harmonies of #F3C6BB
Complementary color
Monochromatic Colors of #F3C6BB
Black with #F3C6BB
Text Example
Text Example
White with #F3C6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C6BB; }
p { color: rgb(243,198,187); }
H1.HeaderClassName
{
color: #F3C6BB;
}
.AnyTagClassName
{
color: #F3C6BB;
}
</style>
background-color css
<style>
a { background-color: #F3C6BB; }
a { background-color: rgb(243,198,187); }
div.DivClassName
{
background-color: #F3C6BB;
}
.BgClassName
{
background-color: #F3C6BB;
}
</style>
border-color css
<style>
span { border-color: #F3C6BB; }
span { border-color: rgb(243,198,187); }
td.TdClassName
{
border-color: #F3C6BB;
}
.TagClassName
{
border-color: #F3C6BB;
}
</style>