Shades of Light Pink #F6B6BA
Tints of Light Pink #F6B6BA
RGB
CMYK
RGB Variations
Color information
#F6B6BA (or 0xF6B6BA) is known color: Light Pink. HEX triplet: F6, B6 and BA. RGB value is (246,182,186). Sum of RGB (Red+Green+Blue) = 246+182+186=614 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.07% from 614); Green value is 182 (71.48% from 255 or 29.64% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B6BA is #094945. Grayscale: #C9C9C9. Windows color (decimal): -608582 or 12236534. OLE color: 12236534.
HSL color Cylindrical-coordinate representation of color #F6B6BA: hue angle of 356.25º 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 #F6B6BA is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 182 | 186 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.04 |
| HSL | 356.25º | 0.78% | 0.84% | - |
| HSV(B) | 356.25º | 0.26% | 0.96% | - |
| XYZ | 63.6 | 56.59 | 54.03 | - |
| YUV | 201.59 | 119.2 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 182 | 186 | 0 | 0.26 | 0.24 | 0.04 | 356.25 | 0.78 | 0.84 |
| Hex | F6 | B6 | BA | 0 | 1A | 18 | 4 | 164 | 4E | 54 |
| Octal | 366 | 266 | 272 | 0 | 32 | 30 | 4 | 544 | 116 | 124 |
| Binary | 11110110 | 10110110 | 10111010 | 0 | 11010 | 11000 | 100 | 101100100 | 1001110 | 1010100 |
Color Harmonies of #F6B6BA
Complementary color
Monochromatic Colors of #F6B6BA
Black with #F6B6BA
Text Example
Text Example
White with #F6B6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B6BA; }
p { color: rgb(246,182,186); }
H1.HeaderClassName
{
color: #F6B6BA;
}
.AnyTagClassName
{
color: #F6B6BA;
}
</style>
background-color css
<style>
a { background-color: #F6B6BA; }
a { background-color: rgb(246,182,186); }
div.DivClassName
{
background-color: #F6B6BA;
}
.BgClassName
{
background-color: #F6B6BA;
}
</style>
border-color css
<style>
span { border-color: #F6B6BA; }
span { border-color: rgb(246,182,186); }
td.TdClassName
{
border-color: #F6B6BA;
}
.TagClassName
{
border-color: #F6B6BA;
}
</style>