Shades of Your Pink #F3C4BA
Tints of Your Pink #F3C4BA
RGB
CMYK
RGB Variations
Color information
#F3C4BA (or 0xF3C4BA) is known color: Your Pink. HEX triplet: F3, C4 and BA. RGB value is (243,196,186). Sum of RGB (Red+Green+Blue) = 243+196+186=625 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.88% from 625); Green value is 196 (76.95% from 255 or 31.36% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C4BA is #0C3B45. Grayscale: #D1D1D1. Windows color (decimal): -801606 or 12240115. OLE color: 12240115.
HSL color Cylindrical-coordinate representation of color #F3C4BA: hue angle of 10.53º 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 #F3C4BA is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 196 | 186 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.05 |
| HSL | 10.53º | 0.7% | 0.84% | - |
| HSV(B) | 10.53º | 0.23% | 0.95% | - |
| XYZ | 65.57 | 62.08 | 54.98 | - |
| YUV | 208.91 | 115.07 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 196 | 186 | 0 | 0.19 | 0.23 | 0.05 | 10.53 | 0.7 | 0.84 |
| Hex | F3 | C4 | BA | 0 | 13 | 17 | 5 | B | 46 | 54 |
| Octal | 363 | 304 | 272 | 0 | 23 | 27 | 5 | 13 | 106 | 124 |
| Binary | 11110011 | 11000100 | 10111010 | 0 | 10011 | 10111 | 101 | 1011 | 1000110 | 1010100 |
Color Harmonies of #F3C4BA
Complementary color
Monochromatic Colors of #F3C4BA
Black with #F3C4BA
Text Example
Text Example
White with #F3C4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C4BA; }
p { color: rgb(243,196,186); }
H1.HeaderClassName
{
color: #F3C4BA;
}
.AnyTagClassName
{
color: #F3C4BA;
}
</style>
background-color css
<style>
a { background-color: #F3C4BA; }
a { background-color: rgb(243,196,186); }
div.DivClassName
{
background-color: #F3C4BA;
}
.BgClassName
{
background-color: #F3C4BA;
}
</style>
border-color css
<style>
span { border-color: #F3C4BA; }
span { border-color: rgb(243,196,186); }
td.TdClassName
{
border-color: #F3C4BA;
}
.TagClassName
{
border-color: #F3C4BA;
}
</style>