Shades of Pink #F7BFCD
Tints of Pink #F7BFCD
RGB
CMYK
RGB Variations
Color information
#F7BFCD (or 0xF7BFCD) is known color: Pink. HEX triplet: F7, BF and CD. RGB value is (247,191,205). Sum of RGB (Red+Green+Blue) = 247+191+205=643 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.41% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BFCD is #084032. Grayscale: #D1D1D1. Windows color (decimal): -540723 or 13484023. OLE color: 13484023.
HSL color Cylindrical-coordinate representation of color #F7BFCD: hue angle of 345º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7BFCD is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 191 | 205 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.03 |
| HSL | 345º | 0.78% | 0.86% | - |
| HSV(B) | 345º | 0.23% | 0.97% | - |
| XYZ | 68.01 | 61.44 | 66.03 | - |
| YUV | 209.34 | 125.55 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 191 | 205 | 0 | 0.23 | 0.17 | 0.03 | 345 | 0.78 | 0.86 |
| Hex | F7 | BF | CD | 0 | 17 | 11 | 3 | 159 | 4E | 56 |
| Octal | 367 | 277 | 315 | 0 | 27 | 21 | 3 | 531 | 116 | 126 |
| Binary | 11110111 | 10111111 | 11001101 | 0 | 10111 | 10001 | 11 | 101011001 | 1001110 | 1010110 |
Color Harmonies of #F7BFCD
Complementary color
Monochromatic Colors of #F7BFCD
Black with #F7BFCD
Text Example
Text Example
White with #F7BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BFCD; }
p { color: rgb(247,191,205); }
H1.HeaderClassName
{
color: #F7BFCD;
}
.AnyTagClassName
{
color: #F7BFCD;
}
</style>
background-color css
<style>
a { background-color: #F7BFCD; }
a { background-color: rgb(247,191,205); }
div.DivClassName
{
background-color: #F7BFCD;
}
.BgClassName
{
background-color: #F7BFCD;
}
</style>
border-color css
<style>
span { border-color: #F7BFCD; }
span { border-color: rgb(247,191,205); }
td.TdClassName
{
border-color: #F7BFCD;
}
.TagClassName
{
border-color: #F7BFCD;
}
</style>