Shades of Pink #F6BFCD
Tints of Pink #F6BFCD
RGB
CMYK
RGB Variations
Color information
#F6BFCD (or 0xF6BFCD) is known color: Pink. HEX triplet: F6, BF and CD. RGB value is (246,191,205). Sum of RGB (Red+Green+Blue) = 246+191+205=642 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.32% from 642); Green value is 191 (75% from 255 or 29.75% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BFCD is #094032. Grayscale: #D1D1D1. Windows color (decimal): -606259 or 13484022. OLE color: 13484022.
HSL color Cylindrical-coordinate representation of color #F6BFCD: hue angle of 344.73º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F6BFCD is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 191 | 205 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.04 |
| HSL | 344.73º | 0.75% | 0.86% | - |
| HSV(B) | 344.73º | 0.22% | 0.96% | - |
| XYZ | 67.66 | 61.26 | 66.02 | - |
| YUV | 209.04 | 125.72 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 191 | 205 | 0 | 0.22 | 0.17 | 0.04 | 344.73 | 0.75 | 0.86 |
| Hex | F6 | BF | CD | 0 | 16 | 11 | 4 | 159 | 4B | 56 |
| Octal | 366 | 277 | 315 | 0 | 26 | 21 | 4 | 531 | 113 | 126 |
| Binary | 11110110 | 10111111 | 11001101 | 0 | 10110 | 10001 | 100 | 101011001 | 1001011 | 1010110 |
Color Harmonies of #F6BFCD
Complementary color
Monochromatic Colors of #F6BFCD
Black with #F6BFCD
Text Example
Text Example
White with #F6BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BFCD; }
p { color: rgb(246,191,205); }
H1.HeaderClassName
{
color: #F6BFCD;
}
.AnyTagClassName
{
color: #F6BFCD;
}
</style>
background-color css
<style>
a { background-color: #F6BFCD; }
a { background-color: rgb(246,191,205); }
div.DivClassName
{
background-color: #F6BFCD;
}
.BgClassName
{
background-color: #F6BFCD;
}
</style>
border-color css
<style>
span { border-color: #F6BFCD; }
span { border-color: rgb(246,191,205); }
td.TdClassName
{
border-color: #F6BFCD;
}
.TagClassName
{
border-color: #F6BFCD;
}
</style>