Shades of Your Pink #F5C1BC
Tints of Your Pink #F5C1BC
RGB
CMYK
RGB Variations
Color information
#F5C1BC (or 0xF5C1BC) is known color: Your Pink. HEX triplet: F5, C1 and BC. RGB value is (245,193,188). Sum of RGB (Red+Green+Blue) = 245+193+188=626 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.14% from 626); Green value is 193 (75.78% from 255 or 30.83% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C1BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C1BC is #0A3E43. Grayscale: #D0D0D0. Windows color (decimal): -671300 or 12370421. OLE color: 12370421.
HSL color Cylindrical-coordinate representation of color #F5C1BC: hue angle of 5.26º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5C1BC is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 193 | 188 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.04 |
| HSL | 5.26º | 0.74% | 0.85% | - |
| HSV(B) | 5.26º | 0.23% | 0.96% | - |
| XYZ | 65.8 | 61.18 | 55.92 | - |
| YUV | 207.98 | 116.73 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 193 | 188 | 0 | 0.21 | 0.23 | 0.04 | 5.26 | 0.74 | 0.85 |
| Hex | F5 | C1 | BC | 0 | 15 | 17 | 4 | 5 | 4A | 55 |
| Octal | 365 | 301 | 274 | 0 | 25 | 27 | 4 | 5 | 112 | 125 |
| Binary | 11110101 | 11000001 | 10111100 | 0 | 10101 | 10111 | 100 | 101 | 1001010 | 1010101 |
Color Harmonies of #F5C1BC
Complementary color
Monochromatic Colors of #F5C1BC
Black with #F5C1BC
Text Example
Text Example
White with #F5C1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C1BC; }
p { color: rgb(245,193,188); }
H1.HeaderClassName
{
color: #F5C1BC;
}
.AnyTagClassName
{
color: #F5C1BC;
}
</style>
background-color css
<style>
a { background-color: #F5C1BC; }
a { background-color: rgb(245,193,188); }
div.DivClassName
{
background-color: #F5C1BC;
}
.BgClassName
{
background-color: #F5C1BC;
}
</style>
border-color css
<style>
span { border-color: #F5C1BC; }
span { border-color: rgb(245,193,188); }
td.TdClassName
{
border-color: #F5C1BC;
}
.TagClassName
{
border-color: #F5C1BC;
}
</style>