Shades of Light Pink #F6B6C0
Tints of Light Pink #F6B6C0
RGB
CMYK
RGB Variations
Color information
#F6B6C0 (or 0xF6B6C0) is known color: Light Pink. HEX triplet: F6, B6 and C0. RGB value is (246,182,192). Sum of RGB (Red+Green+Blue) = 246+182+192=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 182 (71.48% from 255 or 29.35% from 620); Blue value is 192 (75.39% from 255 or 30.97% from 620); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B6C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B6C0 is #09493F. Grayscale: #CACACA. Windows color (decimal): -608576 or 12629750. OLE color: 12629750.
HSL color Cylindrical-coordinate representation of color #F6B6C0: hue angle of 350.62º 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 #F6B6C0 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 182 | 192 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.04 |
| HSL | 350.63º | 0.78% | 0.84% | - |
| HSV(B) | 350.63º | 0.26% | 0.96% | - |
| XYZ | 64.25 | 56.85 | 57.46 | - |
| YUV | 202.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 182 | 192 | 0 | 0.26 | 0.22 | 0.04 | 350.63 | 0.78 | 0.84 |
| Hex | F6 | B6 | C0 | 0 | 1A | 16 | 4 | 15F | 4E | 54 |
| Octal | 366 | 266 | 300 | 0 | 32 | 26 | 4 | 537 | 116 | 124 |
| Binary | 11110110 | 10110110 | 11000000 | 0 | 11010 | 10110 | 100 | 101011111 | 1001110 | 1010100 |
Color Harmonies of #F6B6C0
Complementary color
Monochromatic Colors of #F6B6C0
Black with #F6B6C0
Text Example
Text Example
White with #F6B6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B6C0; }
p { color: rgb(246,182,192); }
H1.HeaderClassName
{
color: #F6B6C0;
}
.AnyTagClassName
{
color: #F6B6C0;
}
</style>
background-color css
<style>
a { background-color: #F6B6C0; }
a { background-color: rgb(246,182,192); }
div.DivClassName
{
background-color: #F6B6C0;
}
.BgClassName
{
background-color: #F6B6C0;
}
</style>
border-color css
<style>
span { border-color: #F6B6C0; }
span { border-color: rgb(246,182,192); }
td.TdClassName
{
border-color: #F6B6C0;
}
.TagClassName
{
border-color: #F6B6C0;
}
</style>