Shades of Light Pink #F6B4BD
Tints of Light Pink #F6B4BD
RGB
CMYK
RGB Variations
Color information
#F6B4BD (or 0xF6B4BD) is known color: Light Pink. HEX triplet: F6, B4 and BD. RGB value is (246,180,189). Sum of RGB (Red+Green+Blue) = 246+180+189=615 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40% from 615); Green value is 180 (70.70% from 255 or 29.27% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B4BD is #094B42. Grayscale: #C8C8C8. Windows color (decimal): -609091 or 12432630. OLE color: 12432630.
HSL color Cylindrical-coordinate representation of color #F6B4BD: hue angle of 351.82º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F6B4BD is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 180 | 189 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.04 |
| HSL | 351.82º | 0.79% | 0.84% | - |
| HSV(B) | 351.82º | 0.27% | 0.96% | - |
| XYZ | 63.51 | 55.91 | 55.59 | - |
| YUV | 200.76 | 121.37 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 180 | 189 | 0 | 0.27 | 0.23 | 0.04 | 351.82 | 0.79 | 0.84 |
| Hex | F6 | B4 | BD | 0 | 1B | 17 | 4 | 160 | 4F | 54 |
| Octal | 366 | 264 | 275 | 0 | 33 | 27 | 4 | 540 | 117 | 124 |
| Binary | 11110110 | 10110100 | 10111101 | 0 | 11011 | 10111 | 100 | 101100000 | 1001111 | 1010100 |
Color Harmonies of #F6B4BD
Complementary color
Monochromatic Colors of #F6B4BD
Black with #F6B4BD
Text Example
Text Example
White with #F6B4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B4BD; }
p { color: rgb(246,180,189); }
H1.HeaderClassName
{
color: #F6B4BD;
}
.AnyTagClassName
{
color: #F6B4BD;
}
</style>
background-color css
<style>
a { background-color: #F6B4BD; }
a { background-color: rgb(246,180,189); }
div.DivClassName
{
background-color: #F6B4BD;
}
.BgClassName
{
background-color: #F6B4BD;
}
</style>
border-color css
<style>
span { border-color: #F6B4BD; }
span { border-color: rgb(246,180,189); }
td.TdClassName
{
border-color: #F6B4BD;
}
.TagClassName
{
border-color: #F6B4BD;
}
</style>