Shades of Light Pink #FFB8BF
Tints of Light Pink #FFB8BF
RGB
CMYK
RGB Variations
Color information
#FFB8BF (or 0xFFB8BF) is known color: Light Pink. HEX triplet: FF, B8 and BF. RGB value is (255,184,191). Sum of RGB (Red+Green+Blue) = 255+184+191=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 184 (72.27% from 255 or 29.21% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8BF is #004740. Grayscale: #CECECE. Windows color (decimal): -18241 or 12564735. OLE color: 12564735.
HSL color Cylindrical-coordinate representation of color #FFB8BF: hue angle of 354.08º 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 #FFB8BF is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 191 | - |
| CMYK | 0 | 0.28 | 0.25 | 0 |
| HSL | 354.08º | 1% | 0.86% | - |
| HSV(B) | 354.08º | 0.28% | 1% | - |
| XYZ | 67.78 | 59.3 | 57.16 | - |
| YUV | 206.03 | 119.52 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 191 | 0 | 0.28 | 0.25 | 0 | 354.08 | 1 | 0.86 |
| Hex | FF | B8 | BF | 0 | 1C | 19 | 0 | 162 | 64 | 56 |
| Octal | 377 | 270 | 277 | 0 | 34 | 31 | 0 | 542 | 144 | 126 |
| Binary | 11111111 | 10111000 | 10111111 | 0 | 11100 | 11001 | 0 | 101100010 | 1100100 | 1010110 |
Color Harmonies of #FFB8BF
Complementary color
Monochromatic Colors of #FFB8BF
Black with #FFB8BF
Text Example
Text Example
White with #FFB8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8BF; }
p { color: rgb(255,184,191); }
H1.HeaderClassName
{
color: #FFB8BF;
}
.AnyTagClassName
{
color: #FFB8BF;
}
</style>
background-color css
<style>
a { background-color: #FFB8BF; }
a { background-color: rgb(255,184,191); }
div.DivClassName
{
background-color: #FFB8BF;
}
.BgClassName
{
background-color: #FFB8BF;
}
</style>
border-color css
<style>
span { border-color: #FFB8BF; }
span { border-color: rgb(255,184,191); }
td.TdClassName
{
border-color: #FFB8BF;
}
.TagClassName
{
border-color: #FFB8BF;
}
</style>