Shades of Your Pink #F3C2BC
Tints of Your Pink #F3C2BC
RGB
CMYK
RGB Variations
Color information
#F3C2BC (or 0xF3C2BC) is known color: Your Pink. HEX triplet: F3, C2 and BC. RGB value is (243,194,188). Sum of RGB (Red+Green+Blue) = 243+194+188=625 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.88% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 188 (73.83% from 255 or 30.08% from 625); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C2BC is #0C3D43. Grayscale: #D0D0D0. Windows color (decimal): -802116 or 12370675. OLE color: 12370675.
HSL color Cylindrical-coordinate representation of color #F3C2BC: hue angle of 6.55º 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 #F3C2BC is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 194 | 188 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.05 |
| HSL | 6.55º | 0.7% | 0.85% | - |
| HSV(B) | 6.55º | 0.23% | 0.95% | - |
| XYZ | 65.33 | 61.27 | 55.96 | - |
| YUV | 207.97 | 116.73 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 194 | 188 | 0 | 0.20 | 0.23 | 0.05 | 6.55 | 0.7 | 0.85 |
| Hex | F3 | C2 | BC | 0 | 14 | 17 | 5 | 7 | 46 | 55 |
| Octal | 363 | 302 | 274 | 0 | 24 | 27 | 5 | 7 | 106 | 125 |
| Binary | 11110011 | 11000010 | 10111100 | 0 | 10100 | 10111 | 101 | 111 | 1000110 | 1010101 |
Color Harmonies of #F3C2BC
Complementary color
Monochromatic Colors of #F3C2BC
Black with #F3C2BC
Text Example
Text Example
White with #F3C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C2BC; }
p { color: rgb(243,194,188); }
H1.HeaderClassName
{
color: #F3C2BC;
}
.AnyTagClassName
{
color: #F3C2BC;
}
</style>
background-color css
<style>
a { background-color: #F3C2BC; }
a { background-color: rgb(243,194,188); }
div.DivClassName
{
background-color: #F3C2BC;
}
.BgClassName
{
background-color: #F3C2BC;
}
</style>
border-color css
<style>
span { border-color: #F3C2BC; }
span { border-color: rgb(243,194,188); }
td.TdClassName
{
border-color: #F3C2BC;
}
.TagClassName
{
border-color: #F3C2BC;
}
</style>