Shades of Light Pink #F8B6BC
Tints of Light Pink #F8B6BC
RGB
CMYK
RGB Variations
Color information
#F8B6BC (or 0xF8B6BC) is known color: Light Pink. HEX triplet: F8, B6 and BC. RGB value is (248,182,188). Sum of RGB (Red+Green+Blue) = 248+182+188=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 182 (71.48% from 255 or 29.45% from 618); Blue value is 188 (73.83% from 255 or 30.42% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B6BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B6BC is #074943. Grayscale: #CACACA. Windows color (decimal): -477508 or 12367608. OLE color: 12367608.
HSL color Cylindrical-coordinate representation of color #F8B6BC: hue angle of 354.55º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F8B6BC is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 182 | 188 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.03 |
| HSL | 354.55º | 0.83% | 0.84% | - |
| HSV(B) | 354.55º | 0.27% | 0.97% | - |
| XYZ | 64.52 | 57.04 | 55.19 | - |
| YUV | 202.42 | 119.87 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 182 | 188 | 0 | 0.27 | 0.24 | 0.03 | 354.55 | 0.83 | 0.84 |
| Hex | F8 | B6 | BC | 0 | 1B | 18 | 3 | 163 | 52 | 54 |
| Octal | 370 | 266 | 274 | 0 | 33 | 30 | 3 | 543 | 122 | 124 |
| Binary | 11111000 | 10110110 | 10111100 | 0 | 11011 | 11000 | 11 | 101100011 | 1010010 | 1010100 |
Color Harmonies of #F8B6BC
Complementary color
Monochromatic Colors of #F8B6BC
Black with #F8B6BC
Text Example
Text Example
White with #F8B6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B6BC; }
p { color: rgb(248,182,188); }
H1.HeaderClassName
{
color: #F8B6BC;
}
.AnyTagClassName
{
color: #F8B6BC;
}
</style>
background-color css
<style>
a { background-color: #F8B6BC; }
a { background-color: rgb(248,182,188); }
div.DivClassName
{
background-color: #F8B6BC;
}
.BgClassName
{
background-color: #F8B6BC;
}
</style>
border-color css
<style>
span { border-color: #F8B6BC; }
span { border-color: rgb(248,182,188); }
td.TdClassName
{
border-color: #F8B6BC;
}
.TagClassName
{
border-color: #F8B6BC;
}
</style>