Shades of Pink #F7BCCA
Tints of Pink #F7BCCA
RGB
CMYK
RGB Variations
Color information
#F7BCCA (or 0xF7BCCA) is known color: Pink. HEX triplet: F7, BC and CA. RGB value is (247,188,202). Sum of RGB (Red+Green+Blue) = 247+188+202=637 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.78% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BCCA is #084335. Grayscale: #CFCFCF. Windows color (decimal): -541494 or 13286647. OLE color: 13286647.
HSL color Cylindrical-coordinate representation of color #F7BCCA: hue angle of 345.76º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F7BCCA is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 188 | 202 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.03 |
| HSL | 345.76º | 0.79% | 0.85% | - |
| HSV(B) | 345.76º | 0.24% | 0.97% | - |
| XYZ | 67 | 60 | 63.93 | - |
| YUV | 207.24 | 125.05 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 188 | 202 | 0 | 0.24 | 0.18 | 0.03 | 345.76 | 0.79 | 0.85 |
| Hex | F7 | BC | CA | 0 | 18 | 12 | 3 | 15A | 4F | 55 |
| Octal | 367 | 274 | 312 | 0 | 30 | 22 | 3 | 532 | 117 | 125 |
| Binary | 11110111 | 10111100 | 11001010 | 0 | 11000 | 10010 | 11 | 101011010 | 1001111 | 1010101 |
Color Harmonies of #F7BCCA
Complementary color
Monochromatic Colors of #F7BCCA
Black with #F7BCCA
Text Example
Text Example
White with #F7BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BCCA; }
p { color: rgb(247,188,202); }
H1.HeaderClassName
{
color: #F7BCCA;
}
.AnyTagClassName
{
color: #F7BCCA;
}
</style>
background-color css
<style>
a { background-color: #F7BCCA; }
a { background-color: rgb(247,188,202); }
div.DivClassName
{
background-color: #F7BCCA;
}
.BgClassName
{
background-color: #F7BCCA;
}
</style>
border-color css
<style>
span { border-color: #F7BCCA; }
span { border-color: rgb(247,188,202); }
td.TdClassName
{
border-color: #F7BCCA;
}
.TagClassName
{
border-color: #F7BCCA;
}
</style>