Shades of Light Pink #FFB8BD
Tints of Light Pink #FFB8BD
RGB
CMYK
RGB Variations
Color information
#FFB8BD (or 0xFFB8BD) is known color: Light Pink. HEX triplet: FF, B8 and BD. RGB value is (255,184,189). Sum of RGB (Red+Green+Blue) = 255+184+189=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 184 (72.27% from 255 or 29.30% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8BD is #004742. Grayscale: #CDCDCD. Windows color (decimal): -18243 or 12433663. OLE color: 12433663.
HSL color Cylindrical-coordinate representation of color #FFB8BD: hue angle of 355.77º 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 #FFB8BD is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 189 | - |
| CMYK | 0 | 0.28 | 0.26 | 0 |
| HSL | 355.77º | 1% | 0.86% | - |
| HSV(B) | 355.77º | 0.28% | 1% | - |
| XYZ | 67.57 | 59.22 | 56.01 | - |
| YUV | 205.8 | 118.52 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 189 | 0 | 0.28 | 0.26 | 0 | 355.77 | 1 | 0.86 |
| Hex | FF | B8 | BD | 0 | 1C | 1A | 0 | 164 | 64 | 56 |
| Octal | 377 | 270 | 275 | 0 | 34 | 32 | 0 | 544 | 144 | 126 |
| Binary | 11111111 | 10111000 | 10111101 | 0 | 11100 | 11010 | 0 | 101100100 | 1100100 | 1010110 |
Color Harmonies of #FFB8BD
Complementary color
Monochromatic Colors of #FFB8BD
Black with #FFB8BD
Text Example
Text Example
White with #FFB8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8BD; }
p { color: rgb(255,184,189); }
H1.HeaderClassName
{
color: #FFB8BD;
}
.AnyTagClassName
{
color: #FFB8BD;
}
</style>
background-color css
<style>
a { background-color: #FFB8BD; }
a { background-color: rgb(255,184,189); }
div.DivClassName
{
background-color: #FFB8BD;
}
.BgClassName
{
background-color: #FFB8BD;
}
</style>
border-color css
<style>
span { border-color: #FFB8BD; }
span { border-color: rgb(255,184,189); }
td.TdClassName
{
border-color: #FFB8BD;
}
.TagClassName
{
border-color: #FFB8BD;
}
</style>