Shades of Light Pink #F6B1BD
Tints of Light Pink #F6B1BD
RGB
CMYK
RGB Variations
Color information
#F6B1BD (or 0xF6B1BD) is known color: Light Pink. HEX triplet: F6, B1 and BD. RGB value is (246,177,189). Sum of RGB (Red+Green+Blue) = 246+177+189=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 177 (69.53% from 255 or 28.92% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B1BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6B1BD is #094E42. Grayscale: #C7C7C7. Windows color (decimal): -609859 or 12431862. OLE color: 12431862.
HSL color Cylindrical-coordinate representation of color #F6B1BD: hue angle of 349.57º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F6B1BD is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 177 | 189 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.04 |
| HSL | 349.57º | 0.79% | 0.83% | - |
| HSV(B) | 349.57º | 0.28% | 0.96% | - |
| XYZ | 62.91 | 54.71 | 55.39 | - |
| YUV | 199 | 122.36 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 177 | 189 | 0 | 0.28 | 0.23 | 0.04 | 349.57 | 0.79 | 0.83 |
| Hex | F6 | B1 | BD | 0 | 1C | 17 | 4 | 15E | 4F | 53 |
| Octal | 366 | 261 | 275 | 0 | 34 | 27 | 4 | 536 | 117 | 123 |
| Binary | 11110110 | 10110001 | 10111101 | 0 | 11100 | 10111 | 100 | 101011110 | 1001111 | 1010011 |
Color Harmonies of #F6B1BD
Complementary color
Monochromatic Colors of #F6B1BD
Black with #F6B1BD
Text Example
Text Example
White with #F6B1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B1BD; }
p { color: rgb(246,177,189); }
H1.HeaderClassName
{
color: #F6B1BD;
}
.AnyTagClassName
{
color: #F6B1BD;
}
</style>
background-color css
<style>
a { background-color: #F6B1BD; }
a { background-color: rgb(246,177,189); }
div.DivClassName
{
background-color: #F6B1BD;
}
.BgClassName
{
background-color: #F6B1BD;
}
</style>
border-color css
<style>
span { border-color: #F6B1BD; }
span { border-color: rgb(246,177,189); }
td.TdClassName
{
border-color: #F6B1BD;
}
.TagClassName
{
border-color: #F6B1BD;
}
</style>