Shades of Your Pink #F3C2B6
Tints of Your Pink #F3C2B6
RGB
CMYK
RGB Variations
Color information
#F3C2B6 (or 0xF3C2B6) is known color: Your Pink. HEX triplet: F3, C2 and B6. RGB value is (243,194,182). Sum of RGB (Red+Green+Blue) = 243+194+182=619 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.26% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 182 (71.48% from 255 or 29.40% from 619); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C2B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C2B6 is #0C3D49. Grayscale: #CFCFCF. Windows color (decimal): -802122 or 11977459. OLE color: 11977459.
HSL color Cylindrical-coordinate representation of color #F3C2B6: hue angle of 11.8º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F3C2B6 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 194 | 182 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.05 |
| HSL | 11.8º | 0.72% | 0.83% | - |
| HSV(B) | 11.8º | 0.25% | 0.95% | - |
| XYZ | 64.7 | 61.02 | 52.62 | - |
| YUV | 207.28 | 113.73 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 194 | 182 | 0 | 0.20 | 0.25 | 0.05 | 11.8 | 0.72 | 0.83 |
| Hex | F3 | C2 | B6 | 0 | 14 | 19 | 5 | C | 48 | 53 |
| Octal | 363 | 302 | 266 | 0 | 24 | 31 | 5 | 14 | 110 | 123 |
| Binary | 11110011 | 11000010 | 10110110 | 0 | 10100 | 11001 | 101 | 1100 | 1001000 | 1010011 |
Color Harmonies of #F3C2B6
Complementary color
Monochromatic Colors of #F3C2B6
Black with #F3C2B6
Text Example
Text Example
White with #F3C2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C2B6; }
p { color: rgb(243,194,182); }
H1.HeaderClassName
{
color: #F3C2B6;
}
.AnyTagClassName
{
color: #F3C2B6;
}
</style>
background-color css
<style>
a { background-color: #F3C2B6; }
a { background-color: rgb(243,194,182); }
div.DivClassName
{
background-color: #F3C2B6;
}
.BgClassName
{
background-color: #F3C2B6;
}
</style>
border-color css
<style>
span { border-color: #F3C2B6; }
span { border-color: rgb(243,194,182); }
td.TdClassName
{
border-color: #F3C2B6;
}
.TagClassName
{
border-color: #F3C2B6;
}
</style>