Shades of Your Pink #F3C2BF
Tints of Your Pink #F3C2BF
RGB
CMYK
RGB Variations
Color information
#F3C2BF (or 0xF3C2BF) is known color: Your Pink. HEX triplet: F3, C2 and BF. RGB value is (243,194,191). Sum of RGB (Red+Green+Blue) = 243+194+191=628 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.69% from 628); Green value is 194 (76.17% from 255 or 30.89% from 628); Blue value is 191 (75% from 255 or 30.41% from 628); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C2BF is #0C3D40. Grayscale: #D0D0D0. Windows color (decimal): -802113 or 12567283. OLE color: 12567283.
HSL color Cylindrical-coordinate representation of color #F3C2BF: hue angle of 3.46º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F3C2BF is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 194 | 191 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.05 |
| HSL | 3.46º | 0.68% | 0.85% | - |
| HSV(B) | 3.46º | 0.21% | 0.95% | - |
| XYZ | 65.66 | 61.4 | 57.68 | - |
| YUV | 208.31 | 118.23 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 194 | 191 | 0 | 0.20 | 0.21 | 0.05 | 3.46 | 0.68 | 0.85 |
| Hex | F3 | C2 | BF | 0 | 14 | 15 | 5 | 3 | 44 | 55 |
| Octal | 363 | 302 | 277 | 0 | 24 | 25 | 5 | 3 | 104 | 125 |
| Binary | 11110011 | 11000010 | 10111111 | 0 | 10100 | 10101 | 101 | 11 | 1000100 | 1010101 |
Color Harmonies of #F3C2BF
Complementary color
Monochromatic Colors of #F3C2BF
Black with #F3C2BF
Text Example
Text Example
White with #F3C2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C2BF; }
p { color: rgb(243,194,191); }
H1.HeaderClassName
{
color: #F3C2BF;
}
.AnyTagClassName
{
color: #F3C2BF;
}
</style>
background-color css
<style>
a { background-color: #F3C2BF; }
a { background-color: rgb(243,194,191); }
div.DivClassName
{
background-color: #F3C2BF;
}
.BgClassName
{
background-color: #F3C2BF;
}
</style>
border-color css
<style>
span { border-color: #F3C2BF; }
span { border-color: rgb(243,194,191); }
td.TdClassName
{
border-color: #F3C2BF;
}
.TagClassName
{
border-color: #F3C2BF;
}
</style>