Shades of Your Pink #F3C3BA
Tints of Your Pink #F3C3BA
RGB
CMYK
RGB Variations
Color information
#F3C3BA (or 0xF3C3BA) is known color: Your Pink. HEX triplet: F3, C3 and BA. RGB value is (243,195,186). Sum of RGB (Red+Green+Blue) = 243+195+186=624 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.94% from 624); Green value is 195 (76.56% from 255 or 31.25% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C3BA is #0C3C45. Grayscale: #D0D0D0. Windows color (decimal): -801862 or 12239859. OLE color: 12239859.
HSL color Cylindrical-coordinate representation of color #F3C3BA: hue angle of 9.47º 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 #F3C3BA is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 195 | 186 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.05 |
| HSL | 9.47º | 0.7% | 0.84% | - |
| HSV(B) | 9.47º | 0.23% | 0.95% | - |
| XYZ | 65.34 | 61.63 | 54.91 | - |
| YUV | 208.33 | 115.4 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 195 | 186 | 0 | 0.20 | 0.23 | 0.05 | 9.47 | 0.7 | 0.84 |
| Hex | F3 | C3 | BA | 0 | 14 | 17 | 5 | 9 | 46 | 54 |
| Octal | 363 | 303 | 272 | 0 | 24 | 27 | 5 | 11 | 106 | 124 |
| Binary | 11110011 | 11000011 | 10111010 | 0 | 10100 | 10111 | 101 | 1001 | 1000110 | 1010100 |
Color Harmonies of #F3C3BA
Complementary color
Monochromatic Colors of #F3C3BA
Black with #F3C3BA
Text Example
Text Example
White with #F3C3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C3BA; }
p { color: rgb(243,195,186); }
H1.HeaderClassName
{
color: #F3C3BA;
}
.AnyTagClassName
{
color: #F3C3BA;
}
</style>
background-color css
<style>
a { background-color: #F3C3BA; }
a { background-color: rgb(243,195,186); }
div.DivClassName
{
background-color: #F3C3BA;
}
.BgClassName
{
background-color: #F3C3BA;
}
</style>
border-color css
<style>
span { border-color: #F3C3BA; }
span { border-color: rgb(243,195,186); }
td.TdClassName
{
border-color: #F3C3BA;
}
.TagClassName
{
border-color: #F3C3BA;
}
</style>