Shades of Your Pink #F3C6BE
Tints of Your Pink #F3C6BE
RGB
CMYK
RGB Variations
Color information
#F3C6BE (or 0xF3C6BE) is known color: Your Pink. HEX triplet: F3, C6 and BE. RGB value is (243,198,190). Sum of RGB (Red+Green+Blue) = 243+198+190=631 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.51% from 631); Green value is 198 (77.73% from 255 or 31.38% from 631); Blue value is 190 (74.61% from 255 or 30.11% from 631); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C6BE is #0C3941. Grayscale: #D2D2D2. Windows color (decimal): -801090 or 12502771. OLE color: 12502771.
HSL color Cylindrical-coordinate representation of color #F3C6BE: hue angle of 9.06º 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 #F3C6BE is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 198 | 190 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.05 |
| HSL | 9.06º | 0.69% | 0.85% | - |
| HSV(B) | 9.06º | 0.22% | 0.95% | - |
| XYZ | 66.45 | 63.16 | 57.4 | - |
| YUV | 210.54 | 116.41 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 198 | 190 | 0 | 0.19 | 0.22 | 0.05 | 9.06 | 0.69 | 0.85 |
| Hex | F3 | C6 | BE | 0 | 13 | 16 | 5 | 9 | 45 | 55 |
| Octal | 363 | 306 | 276 | 0 | 23 | 26 | 5 | 11 | 105 | 125 |
| Binary | 11110011 | 11000110 | 10111110 | 0 | 10011 | 10110 | 101 | 1001 | 1000101 | 1010101 |
Color Harmonies of #F3C6BE
Complementary color
Monochromatic Colors of #F3C6BE
Black with #F3C6BE
Text Example
Text Example
White with #F3C6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C6BE; }
p { color: rgb(243,198,190); }
H1.HeaderClassName
{
color: #F3C6BE;
}
.AnyTagClassName
{
color: #F3C6BE;
}
</style>
background-color css
<style>
a { background-color: #F3C6BE; }
a { background-color: rgb(243,198,190); }
div.DivClassName
{
background-color: #F3C6BE;
}
.BgClassName
{
background-color: #F3C6BE;
}
</style>
border-color css
<style>
span { border-color: #F3C6BE; }
span { border-color: rgb(243,198,190); }
td.TdClassName
{
border-color: #F3C6BE;
}
.TagClassName
{
border-color: #F3C6BE;
}
</style>