Shades of Light Pink #F6B7BC
Tints of Light Pink #F6B7BC
RGB
CMYK
RGB Variations
Color information
#F6B7BC (or 0xF6B7BC) is known color: Light Pink. HEX triplet: F6, B7 and BC. RGB value is (246,183,188). Sum of RGB (Red+Green+Blue) = 246+183+188=617 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.87% from 617); Green value is 183 (71.88% from 255 or 29.66% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B7BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B7BC is #094843. Grayscale: #CACACA. Windows color (decimal): -608324 or 12367862. OLE color: 12367862.
HSL color Cylindrical-coordinate representation of color #F6B7BC: hue angle of 355.24º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F6B7BC is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 183 | 188 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.04 |
| HSL | 355.24º | 0.78% | 0.84% | - |
| HSV(B) | 355.24º | 0.26% | 0.96% | - |
| XYZ | 64.02 | 57.09 | 55.22 | - |
| YUV | 202.41 | 119.87 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 183 | 188 | 0 | 0.26 | 0.24 | 0.04 | 355.24 | 0.78 | 0.84 |
| Hex | F6 | B7 | BC | 0 | 1A | 18 | 4 | 163 | 4E | 54 |
| Octal | 366 | 267 | 274 | 0 | 32 | 30 | 4 | 543 | 116 | 124 |
| Binary | 11110110 | 10110111 | 10111100 | 0 | 11010 | 11000 | 100 | 101100011 | 1001110 | 1010100 |
Color Harmonies of #F6B7BC
Complementary color
Monochromatic Colors of #F6B7BC
Black with #F6B7BC
Text Example
Text Example
White with #F6B7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B7BC; }
p { color: rgb(246,183,188); }
H1.HeaderClassName
{
color: #F6B7BC;
}
.AnyTagClassName
{
color: #F6B7BC;
}
</style>
background-color css
<style>
a { background-color: #F6B7BC; }
a { background-color: rgb(246,183,188); }
div.DivClassName
{
background-color: #F6B7BC;
}
.BgClassName
{
background-color: #F6B7BC;
}
</style>
border-color css
<style>
span { border-color: #F6B7BC; }
span { border-color: rgb(246,183,188); }
td.TdClassName
{
border-color: #F6B7BC;
}
.TagClassName
{
border-color: #F6B7BC;
}
</style>