Shades of Your Pink #F3C1BB
Tints of Your Pink #F3C1BB
RGB
CMYK
RGB Variations
Color information
#F3C1BB (or 0xF3C1BB) is known color: Your Pink. HEX triplet: F3, C1 and BB. RGB value is (243,193,187). Sum of RGB (Red+Green+Blue) = 243+193+187=623 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.00% from 623); Green value is 193 (75.78% from 255 or 30.98% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C1BB is #0C3E44. Grayscale: #CFCFCF. Windows color (decimal): -802373 or 12304883. OLE color: 12304883.
HSL color Cylindrical-coordinate representation of color #F3C1BB: hue angle of 6.43º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3C1BB is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 193 | 187 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.05 |
| HSL | 6.43º | 0.7% | 0.84% | - |
| HSV(B) | 6.43º | 0.23% | 0.95% | - |
| XYZ | 65 | 60.78 | 55.32 | - |
| YUV | 207.27 | 116.57 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 193 | 187 | 0 | 0.21 | 0.23 | 0.05 | 6.43 | 0.7 | 0.84 |
| Hex | F3 | C1 | BB | 0 | 15 | 17 | 5 | 6 | 46 | 54 |
| Octal | 363 | 301 | 273 | 0 | 25 | 27 | 5 | 6 | 106 | 124 |
| Binary | 11110011 | 11000001 | 10111011 | 0 | 10101 | 10111 | 101 | 110 | 1000110 | 1010100 |
Color Harmonies of #F3C1BB
Complementary color
Monochromatic Colors of #F3C1BB
Black with #F3C1BB
Text Example
Text Example
White with #F3C1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C1BB; }
p { color: rgb(243,193,187); }
H1.HeaderClassName
{
color: #F3C1BB;
}
.AnyTagClassName
{
color: #F3C1BB;
}
</style>
background-color css
<style>
a { background-color: #F3C1BB; }
a { background-color: rgb(243,193,187); }
div.DivClassName
{
background-color: #F3C1BB;
}
.BgClassName
{
background-color: #F3C1BB;
}
</style>
border-color css
<style>
span { border-color: #F3C1BB; }
span { border-color: rgb(243,193,187); }
td.TdClassName
{
border-color: #F3C1BB;
}
.TagClassName
{
border-color: #F3C1BB;
}
</style>