Shades of Your Pink #F3C4BC
Tints of Your Pink #F3C4BC
RGB
CMYK
RGB Variations
Color information
#F3C4BC (or 0xF3C4BC) is known color: Your Pink. HEX triplet: F3, C4 and BC. RGB value is (243,196,188). Sum of RGB (Red+Green+Blue) = 243+196+188=627 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.76% from 627); Green value is 196 (76.95% from 255 or 31.26% from 627); Blue value is 188 (73.83% from 255 or 29.98% from 627); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C4BC is #0C3B43. Grayscale: #D1D1D1. Windows color (decimal): -801604 or 12371187. OLE color: 12371187.
HSL color Cylindrical-coordinate representation of color #F3C4BC: hue angle of 8.73º 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 #F3C4BC is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 196 | 188 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.05 |
| HSL | 8.73º | 0.7% | 0.85% | - |
| HSV(B) | 8.73º | 0.23% | 0.95% | - |
| XYZ | 65.78 | 62.17 | 56.11 | - |
| YUV | 209.14 | 116.07 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 196 | 188 | 0 | 0.19 | 0.23 | 0.05 | 8.73 | 0.7 | 0.85 |
| Hex | F3 | C4 | BC | 0 | 13 | 17 | 5 | 9 | 46 | 55 |
| Octal | 363 | 304 | 274 | 0 | 23 | 27 | 5 | 11 | 106 | 125 |
| Binary | 11110011 | 11000100 | 10111100 | 0 | 10011 | 10111 | 101 | 1001 | 1000110 | 1010101 |
Color Harmonies of #F3C4BC
Complementary color
Monochromatic Colors of #F3C4BC
Black with #F3C4BC
Text Example
Text Example
White with #F3C4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C4BC; }
p { color: rgb(243,196,188); }
H1.HeaderClassName
{
color: #F3C4BC;
}
.AnyTagClassName
{
color: #F3C4BC;
}
</style>
background-color css
<style>
a { background-color: #F3C4BC; }
a { background-color: rgb(243,196,188); }
div.DivClassName
{
background-color: #F3C4BC;
}
.BgClassName
{
background-color: #F3C4BC;
}
</style>
border-color css
<style>
span { border-color: #F3C4BC; }
span { border-color: rgb(243,196,188); }
td.TdClassName
{
border-color: #F3C4BC;
}
.TagClassName
{
border-color: #F3C4BC;
}
</style>