Shades of Your Pink #F6BDBD
Tints of Your Pink #F6BDBD
RGB
CMYK
RGB Variations
Color information
#F6BDBD (or 0xF6BDBD) is known color: Your Pink. HEX triplet: F6, BD and BD. RGB value is (246,189,189). Sum of RGB (Red+Green+Blue) = 246+189+189=624 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.42% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BDBD is #094242. Grayscale: #CECECE. Windows color (decimal): -606787 or 12434934. OLE color: 12434934.
HSL color Cylindrical-coordinate representation of color #F6BDBD: hue angle of 0º 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 #F6BDBD is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 189 | 189 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.04 |
| HSL | 0º | 0.76% | 0.85% | - |
| HSV(B) | 0º | 0.23% | 0.96% | - |
| XYZ | 65.39 | 59.66 | 56.21 | - |
| YUV | 206.04 | 118.38 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 189 | 189 | 0 | 0.23 | 0.23 | 0.04 | 0 | 0.76 | 0.85 |
| Hex | F6 | BD | BD | 0 | 17 | 17 | 4 | 0 | 4C | 55 |
| Octal | 366 | 275 | 275 | 0 | 27 | 27 | 4 | 0 | 114 | 125 |
| Binary | 11110110 | 10111101 | 10111101 | 0 | 10111 | 10111 | 100 | 0 | 1001100 | 1010101 |
Color Harmonies of #F6BDBD
Complementary color
Monochromatic Colors of #F6BDBD
Black with #F6BDBD
Text Example
Text Example
White with #F6BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BDBD; }
p { color: rgb(246,189,189); }
H1.HeaderClassName
{
color: #F6BDBD;
}
.AnyTagClassName
{
color: #F6BDBD;
}
</style>
background-color css
<style>
a { background-color: #F6BDBD; }
a { background-color: rgb(246,189,189); }
div.DivClassName
{
background-color: #F6BDBD;
}
.BgClassName
{
background-color: #F6BDBD;
}
</style>
border-color css
<style>
span { border-color: #F6BDBD; }
span { border-color: rgb(246,189,189); }
td.TdClassName
{
border-color: #F6BDBD;
}
.TagClassName
{
border-color: #F6BDBD;
}
</style>