Shades of Pink #F5BCC7
Tints of Pink #F5BCC7
RGB
CMYK
RGB Variations
Color information
#F5BCC7 (or 0xF5BCC7) is known color: Pink. HEX triplet: F5, BC and C7. RGB value is (245,188,199). Sum of RGB (Red+Green+Blue) = 245+188+199=632 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.77% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 199 (78.12% from 255 or 31.49% from 632); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BCC7 is #0A4338. Grayscale: #CECECE. Windows color (decimal): -672569 or 13090037. OLE color: 13090037.
HSL color Cylindrical-coordinate representation of color #F5BCC7: hue angle of 348.42º 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 #F5BCC7 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 188 | 199 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.04 |
| HSL | 348.42º | 0.74% | 0.85% | - |
| HSV(B) | 348.42º | 0.23% | 0.96% | - |
| XYZ | 65.95 | 59.5 | 62.04 | - |
| YUV | 206.3 | 123.88 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 188 | 199 | 0 | 0.23 | 0.19 | 0.04 | 348.42 | 0.74 | 0.85 |
| Hex | F5 | BC | C7 | 0 | 17 | 13 | 4 | 15C | 4A | 55 |
| Octal | 365 | 274 | 307 | 0 | 27 | 23 | 4 | 534 | 112 | 125 |
| Binary | 11110101 | 10111100 | 11000111 | 0 | 10111 | 10011 | 100 | 101011100 | 1001010 | 1010101 |
Color Harmonies of #F5BCC7
Complementary color
Monochromatic Colors of #F5BCC7
Black with #F5BCC7
Text Example
Text Example
White with #F5BCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BCC7; }
p { color: rgb(245,188,199); }
H1.HeaderClassName
{
color: #F5BCC7;
}
.AnyTagClassName
{
color: #F5BCC7;
}
</style>
background-color css
<style>
a { background-color: #F5BCC7; }
a { background-color: rgb(245,188,199); }
div.DivClassName
{
background-color: #F5BCC7;
}
.BgClassName
{
background-color: #F5BCC7;
}
</style>
border-color css
<style>
span { border-color: #F5BCC7; }
span { border-color: rgb(245,188,199); }
td.TdClassName
{
border-color: #F5BCC7;
}
.TagClassName
{
border-color: #F5BCC7;
}
</style>