Shades of Light Pink #FFB8BC
Tints of Light Pink #FFB8BC
RGB
CMYK
RGB Variations
Color information
#FFB8BC (or 0xFFB8BC) is known color: Light Pink. HEX triplet: FF, B8 and BC. RGB value is (255,184,188). Sum of RGB (Red+Green+Blue) = 255+184+188=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 184 (72.27% from 255 or 29.35% from 627); Blue value is 188 (73.83% from 255 or 29.98% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8BC is #004743. Grayscale: #CDCDCD. Windows color (decimal): -18244 or 12368127. OLE color: 12368127.
HSL color Cylindrical-coordinate representation of color #FFB8BC: hue angle of 356.62º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFB8BC is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 188 | - |
| CMYK | 0 | 0.28 | 0.26 | 0 |
| HSL | 356.62º | 1% | 0.86% | - |
| HSV(B) | 356.62º | 0.28% | 1% | - |
| XYZ | 67.46 | 59.17 | 55.44 | - |
| YUV | 205.69 | 118.02 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 188 | 0 | 0.28 | 0.26 | 0 | 356.62 | 1 | 0.86 |
| Hex | FF | B8 | BC | 0 | 1C | 1A | 0 | 165 | 64 | 56 |
| Octal | 377 | 270 | 274 | 0 | 34 | 32 | 0 | 545 | 144 | 126 |
| Binary | 11111111 | 10111000 | 10111100 | 0 | 11100 | 11010 | 0 | 101100101 | 1100100 | 1010110 |
Color Harmonies of #FFB8BC
Complementary color
Monochromatic Colors of #FFB8BC
Black with #FFB8BC
Text Example
Text Example
White with #FFB8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8BC; }
p { color: rgb(255,184,188); }
H1.HeaderClassName
{
color: #FFB8BC;
}
.AnyTagClassName
{
color: #FFB8BC;
}
</style>
background-color css
<style>
a { background-color: #FFB8BC; }
a { background-color: rgb(255,184,188); }
div.DivClassName
{
background-color: #FFB8BC;
}
.BgClassName
{
background-color: #FFB8BC;
}
</style>
border-color css
<style>
span { border-color: #FFB8BC; }
span { border-color: rgb(255,184,188); }
td.TdClassName
{
border-color: #FFB8BC;
}
.TagClassName
{
border-color: #FFB8BC;
}
</style>