Shades of Your Pink #F3C2B7
Tints of Your Pink #F3C2B7
RGB
CMYK
RGB Variations
Color information
#F3C2B7 (or 0xF3C2B7) is known color: Your Pink. HEX triplet: F3, C2 and B7. RGB value is (243,194,183). Sum of RGB (Red+Green+Blue) = 243+194+183=620 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.19% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 183 (71.88% from 255 or 29.52% from 620); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C2B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C2B7 is #0C3D48. Grayscale: #CFCFCF. Windows color (decimal): -802121 or 12042995. OLE color: 12042995.
HSL color Cylindrical-coordinate representation of color #F3C2B7: hue angle of 11º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F3C2B7 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 194 | 183 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.05 |
| HSL | 11º | 0.71% | 0.84% | - |
| HSV(B) | 11º | 0.25% | 0.95% | - |
| XYZ | 64.8 | 61.06 | 53.17 | - |
| YUV | 207.4 | 114.23 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 194 | 183 | 0 | 0.20 | 0.25 | 0.05 | 11 | 0.71 | 0.84 |
| Hex | F3 | C2 | B7 | 0 | 14 | 19 | 5 | B | 47 | 54 |
| Octal | 363 | 302 | 267 | 0 | 24 | 31 | 5 | 13 | 107 | 124 |
| Binary | 11110011 | 11000010 | 10110111 | 0 | 10100 | 11001 | 101 | 1011 | 1000111 | 1010100 |
Color Harmonies of #F3C2B7
Complementary color
Monochromatic Colors of #F3C2B7
Black with #F3C2B7
Text Example
Text Example
White with #F3C2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C2B7; }
p { color: rgb(243,194,183); }
H1.HeaderClassName
{
color: #F3C2B7;
}
.AnyTagClassName
{
color: #F3C2B7;
}
</style>
background-color css
<style>
a { background-color: #F3C2B7; }
a { background-color: rgb(243,194,183); }
div.DivClassName
{
background-color: #F3C2B7;
}
.BgClassName
{
background-color: #F3C2B7;
}
</style>
border-color css
<style>
span { border-color: #F3C2B7; }
span { border-color: rgb(243,194,183); }
td.TdClassName
{
border-color: #F3C2B7;
}
.TagClassName
{
border-color: #F3C2B7;
}
</style>