Shades of Pink #F6BDCB
Tints of Pink #F6BDCB
RGB
CMYK
RGB Variations
Color information
#F6BDCB (or 0xF6BDCB) is known color: Pink. HEX triplet: F6, BD and CB. RGB value is (246,189,203). Sum of RGB (Red+Green+Blue) = 246+189+203=638 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.56% from 638); Green value is 189 (74.22% from 255 or 29.62% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BDCB is #094234. Grayscale: #CFCFCF. Windows color (decimal): -606773 or 13352438. OLE color: 13352438.
HSL color Cylindrical-coordinate representation of color #F6BDCB: hue angle of 345.26º degrees, saturation: 0.76, 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 #F6BDCB is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 189 | 203 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.04 |
| HSL | 345.26º | 0.76% | 0.85% | - |
| HSV(B) | 345.26º | 0.23% | 0.96% | - |
| XYZ | 66.98 | 60.3 | 64.61 | - |
| YUV | 207.64 | 125.38 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 189 | 203 | 0 | 0.23 | 0.17 | 0.04 | 345.26 | 0.76 | 0.85 |
| Hex | F6 | BD | CB | 0 | 17 | 11 | 4 | 159 | 4C | 55 |
| Octal | 366 | 275 | 313 | 0 | 27 | 21 | 4 | 531 | 114 | 125 |
| Binary | 11110110 | 10111101 | 11001011 | 0 | 10111 | 10001 | 100 | 101011001 | 1001100 | 1010101 |
Color Harmonies of #F6BDCB
Complementary color
Monochromatic Colors of #F6BDCB
Black with #F6BDCB
Text Example
Text Example
White with #F6BDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BDCB; }
p { color: rgb(246,189,203); }
H1.HeaderClassName
{
color: #F6BDCB;
}
.AnyTagClassName
{
color: #F6BDCB;
}
</style>
background-color css
<style>
a { background-color: #F6BDCB; }
a { background-color: rgb(246,189,203); }
div.DivClassName
{
background-color: #F6BDCB;
}
.BgClassName
{
background-color: #F6BDCB;
}
</style>
border-color css
<style>
span { border-color: #F6BDCB; }
span { border-color: rgb(246,189,203); }
td.TdClassName
{
border-color: #F6BDCB;
}
.TagClassName
{
border-color: #F6BDCB;
}
</style>