Shades of Pink #F6BBC7
Tints of Pink #F6BBC7
RGB
CMYK
RGB Variations
Color information
#F6BBC7 (or 0xF6BBC7) is known color: Pink. HEX triplet: F6, BB and C7. RGB value is (246,187,199). Sum of RGB (Red+Green+Blue) = 246+187+199=632 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.92% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 199 (78.12% from 255 or 31.49% from 632); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BBC7 is #094438. Grayscale: #CECECE. Windows color (decimal): -607289 or 13089782. OLE color: 13089782.
HSL color Cylindrical-coordinate representation of color #F6BBC7: hue angle of 347.8º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6BBC7 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 187 | 199 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.04 |
| HSL | 347.8º | 0.77% | 0.85% | - |
| HSV(B) | 347.8º | 0.24% | 0.96% | - |
| XYZ | 66.09 | 59.26 | 61.99 | - |
| YUV | 206.01 | 124.05 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 187 | 199 | 0 | 0.24 | 0.19 | 0.04 | 347.8 | 0.77 | 0.85 |
| Hex | F6 | BB | C7 | 0 | 18 | 13 | 4 | 15C | 4D | 55 |
| Octal | 366 | 273 | 307 | 0 | 30 | 23 | 4 | 534 | 115 | 125 |
| Binary | 11110110 | 10111011 | 11000111 | 0 | 11000 | 10011 | 100 | 101011100 | 1001101 | 1010101 |
Color Harmonies of #F6BBC7
Complementary color
Monochromatic Colors of #F6BBC7
Black with #F6BBC7
Text Example
Text Example
White with #F6BBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BBC7; }
p { color: rgb(246,187,199); }
H1.HeaderClassName
{
color: #F6BBC7;
}
.AnyTagClassName
{
color: #F6BBC7;
}
</style>
background-color css
<style>
a { background-color: #F6BBC7; }
a { background-color: rgb(246,187,199); }
div.DivClassName
{
background-color: #F6BBC7;
}
.BgClassName
{
background-color: #F6BBC7;
}
</style>
border-color css
<style>
span { border-color: #F6BBC7; }
span { border-color: rgb(246,187,199); }
td.TdClassName
{
border-color: #F6BBC7;
}
.TagClassName
{
border-color: #F6BBC7;
}
</style>