Shades of Your Pink #F3C1BE
Tints of Your Pink #F3C1BE
RGB
CMYK
RGB Variations
Color information
#F3C1BE (or 0xF3C1BE) is known color: Your Pink. HEX triplet: F3, C1 and BE. RGB value is (243,193,190). Sum of RGB (Red+Green+Blue) = 243+193+190=626 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.82% from 626); Green value is 193 (75.78% from 255 or 30.83% from 626); Blue value is 190 (74.61% from 255 or 30.35% from 626); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C1BE is #0C3E41. Grayscale: #CFCFCF. Windows color (decimal): -802370 or 12501491. OLE color: 12501491.
HSL color Cylindrical-coordinate representation of color #F3C1BE: hue angle of 3.4º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F3C1BE is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 193 | 190 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.05 |
| HSL | 3.4º | 0.69% | 0.85% | - |
| HSV(B) | 3.4º | 0.22% | 0.95% | - |
| XYZ | 65.33 | 60.91 | 57.03 | - |
| YUV | 207.61 | 118.07 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 193 | 190 | 0 | 0.21 | 0.22 | 0.05 | 3.4 | 0.69 | 0.85 |
| Hex | F3 | C1 | BE | 0 | 15 | 16 | 5 | 3 | 45 | 55 |
| Octal | 363 | 301 | 276 | 0 | 25 | 26 | 5 | 3 | 105 | 125 |
| Binary | 11110011 | 11000001 | 10111110 | 0 | 10101 | 10110 | 101 | 11 | 1000101 | 1010101 |
Color Harmonies of #F3C1BE
Complementary color
Monochromatic Colors of #F3C1BE
Black with #F3C1BE
Text Example
Text Example
White with #F3C1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C1BE; }
p { color: rgb(243,193,190); }
H1.HeaderClassName
{
color: #F3C1BE;
}
.AnyTagClassName
{
color: #F3C1BE;
}
</style>
background-color css
<style>
a { background-color: #F3C1BE; }
a { background-color: rgb(243,193,190); }
div.DivClassName
{
background-color: #F3C1BE;
}
.BgClassName
{
background-color: #F3C1BE;
}
</style>
border-color css
<style>
span { border-color: #F3C1BE; }
span { border-color: rgb(243,193,190); }
td.TdClassName
{
border-color: #F3C1BE;
}
.TagClassName
{
border-color: #F3C1BE;
}
</style>