Shades of Your Pink #F3C0BE
Tints of Your Pink #F3C0BE
RGB
CMYK
RGB Variations
Color information
#F3C0BE (or 0xF3C0BE) is known color: Your Pink. HEX triplet: F3, C0 and BE. RGB value is (243,192,190). Sum of RGB (Red+Green+Blue) = 243+192+190=625 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.88% from 625); Green value is 192 (75.39% from 255 or 30.72% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C0BE is #0C3F41. Grayscale: #CFCFCF. Windows color (decimal): -802626 or 12501235. OLE color: 12501235.
HSL color Cylindrical-coordinate representation of color #F3C0BE: hue angle of 2.26º 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 #F3C0BE is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 190 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.05 |
| HSL | 2.26º | 0.69% | 0.85% | - |
| HSV(B) | 2.26º | 0.22% | 0.95% | - |
| XYZ | 65.11 | 60.47 | 56.96 | - |
| YUV | 207.02 | 118.4 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 190 | 0 | 0.21 | 0.22 | 0.05 | 2.26 | 0.69 | 0.85 |
| Hex | F3 | C0 | BE | 0 | 15 | 16 | 5 | 2 | 45 | 55 |
| Octal | 363 | 300 | 276 | 0 | 25 | 26 | 5 | 2 | 105 | 125 |
| Binary | 11110011 | 11000000 | 10111110 | 0 | 10101 | 10110 | 101 | 10 | 1000101 | 1010101 |
Color Harmonies of #F3C0BE
Complementary color
Monochromatic Colors of #F3C0BE
Black with #F3C0BE
Text Example
Text Example
White with #F3C0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C0BE; }
p { color: rgb(243,192,190); }
H1.HeaderClassName
{
color: #F3C0BE;
}
.AnyTagClassName
{
color: #F3C0BE;
}
</style>
background-color css
<style>
a { background-color: #F3C0BE; }
a { background-color: rgb(243,192,190); }
div.DivClassName
{
background-color: #F3C0BE;
}
.BgClassName
{
background-color: #F3C0BE;
}
</style>
border-color css
<style>
span { border-color: #F3C0BE; }
span { border-color: rgb(243,192,190); }
td.TdClassName
{
border-color: #F3C0BE;
}
.TagClassName
{
border-color: #F3C0BE;
}
</style>