Shades of Light Pink #F8B7BD
Tints of Light Pink #F8B7BD
RGB
CMYK
RGB Variations
Color information
#F8B7BD (or 0xF8B7BD) is known color: Light Pink. HEX triplet: F8, B7 and BD. RGB value is (248,183,189). Sum of RGB (Red+Green+Blue) = 248+183+189=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 183 (71.88% from 255 or 29.52% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B7BD is #074842. Grayscale: #CBCBCB. Windows color (decimal): -477251 or 12433400. OLE color: 12433400.
HSL color Cylindrical-coordinate representation of color #F8B7BD: hue angle of 354.46º 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 #F8B7BD is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 183 | 189 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.03 |
| HSL | 354.46º | 0.82% | 0.85% | - |
| HSV(B) | 354.46º | 0.26% | 0.97% | - |
| XYZ | 64.83 | 57.5 | 55.83 | - |
| YUV | 203.12 | 120.03 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 183 | 189 | 0 | 0.26 | 0.24 | 0.03 | 354.46 | 0.82 | 0.85 |
| Hex | F8 | B7 | BD | 0 | 1A | 18 | 3 | 162 | 52 | 55 |
| Octal | 370 | 267 | 275 | 0 | 32 | 30 | 3 | 542 | 122 | 125 |
| Binary | 11111000 | 10110111 | 10111101 | 0 | 11010 | 11000 | 11 | 101100010 | 1010010 | 1010101 |
Color Harmonies of #F8B7BD
Complementary color
Monochromatic Colors of #F8B7BD
Black with #F8B7BD
Text Example
Text Example
White with #F8B7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B7BD; }
p { color: rgb(248,183,189); }
H1.HeaderClassName
{
color: #F8B7BD;
}
.AnyTagClassName
{
color: #F8B7BD;
}
</style>
background-color css
<style>
a { background-color: #F8B7BD; }
a { background-color: rgb(248,183,189); }
div.DivClassName
{
background-color: #F8B7BD;
}
.BgClassName
{
background-color: #F8B7BD;
}
</style>
border-color css
<style>
span { border-color: #F8B7BD; }
span { border-color: rgb(248,183,189); }
td.TdClassName
{
border-color: #F8B7BD;
}
.TagClassName
{
border-color: #F8B7BD;
}
</style>