Shades of Light Pink #F8B7BF
Tints of Light Pink #F8B7BF
RGB
CMYK
RGB Variations
Color information
#F8B7BF (or 0xF8B7BF) is known color: Light Pink. HEX triplet: F8, B7 and BF. RGB value is (248,183,191). Sum of RGB (Red+Green+Blue) = 248+183+191=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 183 (71.88% from 255 or 29.42% from 622); Blue value is 191 (75% from 255 or 30.71% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B7BF is #074840. Grayscale: #CBCBCB. Windows color (decimal): -477249 or 12564472. OLE color: 12564472.
HSL color Cylindrical-coordinate representation of color #F8B7BF: hue angle of 352.62º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F8B7BF is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 183 | 191 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.03 |
| HSL | 352.62º | 0.82% | 0.85% | - |
| HSV(B) | 352.62º | 0.26% | 0.97% | - |
| XYZ | 65.05 | 57.59 | 56.98 | - |
| YUV | 203.35 | 121.03 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 183 | 191 | 0 | 0.26 | 0.23 | 0.03 | 352.62 | 0.82 | 0.85 |
| Hex | F8 | B7 | BF | 0 | 1A | 17 | 3 | 161 | 52 | 55 |
| Octal | 370 | 267 | 277 | 0 | 32 | 27 | 3 | 541 | 122 | 125 |
| Binary | 11111000 | 10110111 | 10111111 | 0 | 11010 | 10111 | 11 | 101100001 | 1010010 | 1010101 |
Color Harmonies of #F8B7BF
Complementary color
Monochromatic Colors of #F8B7BF
Black with #F8B7BF
Text Example
Text Example
White with #F8B7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B7BF; }
p { color: rgb(248,183,191); }
H1.HeaderClassName
{
color: #F8B7BF;
}
.AnyTagClassName
{
color: #F8B7BF;
}
</style>
background-color css
<style>
a { background-color: #F8B7BF; }
a { background-color: rgb(248,183,191); }
div.DivClassName
{
background-color: #F8B7BF;
}
.BgClassName
{
background-color: #F8B7BF;
}
</style>
border-color css
<style>
span { border-color: #F8B7BF; }
span { border-color: rgb(248,183,191); }
td.TdClassName
{
border-color: #F8B7BF;
}
.TagClassName
{
border-color: #F8B7BF;
}
</style>