Shades of Your Pink #F5C3BC
Tints of Your Pink #F5C3BC
RGB
CMYK
RGB Variations
Color information
#F5C3BC (or 0xF5C3BC) is known color: Your Pink. HEX triplet: F5, C3 and BC. RGB value is (245,195,188). Sum of RGB (Red+Green+Blue) = 245+195+188=628 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.01% from 628); Green value is 195 (76.56% from 255 or 31.05% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C3BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C3BC is #0A3C43. Grayscale: #D1D1D1. Windows color (decimal): -670788 or 12370933. OLE color: 12370933.
HSL color Cylindrical-coordinate representation of color #F5C3BC: hue angle of 7.37º 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 #F5C3BC is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 195 | 188 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.04 |
| HSL | 7.37º | 0.74% | 0.85% | - |
| HSV(B) | 7.37º | 0.23% | 0.96% | - |
| XYZ | 66.25 | 62.07 | 56.07 | - |
| YUV | 209.15 | 116.07 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 195 | 188 | 0 | 0.20 | 0.23 | 0.04 | 7.37 | 0.74 | 0.85 |
| Hex | F5 | C3 | BC | 0 | 14 | 17 | 4 | 7 | 4A | 55 |
| Octal | 365 | 303 | 274 | 0 | 24 | 27 | 4 | 7 | 112 | 125 |
| Binary | 11110101 | 11000011 | 10111100 | 0 | 10100 | 10111 | 100 | 111 | 1001010 | 1010101 |
Color Harmonies of #F5C3BC
Complementary color
Monochromatic Colors of #F5C3BC
Black with #F5C3BC
Text Example
Text Example
White with #F5C3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C3BC; }
p { color: rgb(245,195,188); }
H1.HeaderClassName
{
color: #F5C3BC;
}
.AnyTagClassName
{
color: #F5C3BC;
}
</style>
background-color css
<style>
a { background-color: #F5C3BC; }
a { background-color: rgb(245,195,188); }
div.DivClassName
{
background-color: #F5C3BC;
}
.BgClassName
{
background-color: #F5C3BC;
}
</style>
border-color css
<style>
span { border-color: #F5C3BC; }
span { border-color: rgb(245,195,188); }
td.TdClassName
{
border-color: #F5C3BC;
}
.TagClassName
{
border-color: #F5C3BC;
}
</style>