Shades of Your Pink #F6BDBC
Tints of Your Pink #F6BDBC
RGB
CMYK
RGB Variations
Color information
#F6BDBC (or 0xF6BDBC) is known color: Your Pink. HEX triplet: F6, BD and BC. RGB value is (246,189,188). Sum of RGB (Red+Green+Blue) = 246+189+188=623 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.49% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 188 (73.83% from 255 or 30.18% from 623); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BDBC is #094243. Grayscale: #CDCDCD. Windows color (decimal): -606788 or 12369398. OLE color: 12369398.
HSL color Cylindrical-coordinate representation of color #F6BDBC: hue angle of 1.03º degrees, saturation: 0.76, 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 #F6BDBC is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 189 | 188 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.04 |
| HSL | 1.03º | 0.76% | 0.85% | - |
| HSV(B) | 1.03º | 0.24% | 0.96% | - |
| XYZ | 65.28 | 59.62 | 55.64 | - |
| YUV | 205.93 | 117.88 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 189 | 188 | 0 | 0.23 | 0.24 | 0.04 | 1.03 | 0.76 | 0.85 |
| Hex | F6 | BD | BC | 0 | 17 | 18 | 4 | 1 | 4C | 55 |
| Octal | 366 | 275 | 274 | 0 | 27 | 30 | 4 | 1 | 114 | 125 |
| Binary | 11110110 | 10111101 | 10111100 | 0 | 10111 | 11000 | 100 | 1 | 1001100 | 1010101 |
Color Harmonies of #F6BDBC
Complementary color
Monochromatic Colors of #F6BDBC
Black with #F6BDBC
Text Example
Text Example
White with #F6BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BDBC; }
p { color: rgb(246,189,188); }
H1.HeaderClassName
{
color: #F6BDBC;
}
.AnyTagClassName
{
color: #F6BDBC;
}
</style>
background-color css
<style>
a { background-color: #F6BDBC; }
a { background-color: rgb(246,189,188); }
div.DivClassName
{
background-color: #F6BDBC;
}
.BgClassName
{
background-color: #F6BDBC;
}
</style>
border-color css
<style>
span { border-color: #F6BDBC; }
span { border-color: rgb(246,189,188); }
td.TdClassName
{
border-color: #F6BDBC;
}
.TagClassName
{
border-color: #F6BDBC;
}
</style>