Shades of Light Pink #F8B3BD
Tints of Light Pink #F8B3BD
RGB
CMYK
RGB Variations
Color information
#F8B3BD (or 0xF8B3BD) is known color: Light Pink. HEX triplet: F8, B3 and BD. RGB value is (248,179,189). Sum of RGB (Red+Green+Blue) = 248+179+189=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 179 (70.31% from 255 or 29.06% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B3BD is #074C42. Grayscale: #C8C8C8. Windows color (decimal): -478275 or 12432376. OLE color: 12432376.
HSL color Cylindrical-coordinate representation of color #F8B3BD: hue angle of 351.3º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F8B3BD is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 179 | 189 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.03 |
| HSL | 351.3º | 0.83% | 0.84% | - |
| HSV(B) | 351.3º | 0.28% | 0.97% | - |
| XYZ | 64.02 | 55.87 | 55.55 | - |
| YUV | 200.77 | 121.36 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 179 | 189 | 0 | 0.28 | 0.24 | 0.03 | 351.3 | 0.83 | 0.84 |
| Hex | F8 | B3 | BD | 0 | 1C | 18 | 3 | 15F | 53 | 54 |
| Octal | 370 | 263 | 275 | 0 | 34 | 30 | 3 | 537 | 123 | 124 |
| Binary | 11111000 | 10110011 | 10111101 | 0 | 11100 | 11000 | 11 | 101011111 | 1010011 | 1010100 |
Color Harmonies of #F8B3BD
Complementary color
Monochromatic Colors of #F8B3BD
Black with #F8B3BD
Text Example
Text Example
White with #F8B3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B3BD; }
p { color: rgb(248,179,189); }
H1.HeaderClassName
{
color: #F8B3BD;
}
.AnyTagClassName
{
color: #F8B3BD;
}
</style>
background-color css
<style>
a { background-color: #F8B3BD; }
a { background-color: rgb(248,179,189); }
div.DivClassName
{
background-color: #F8B3BD;
}
.BgClassName
{
background-color: #F8B3BD;
}
</style>
border-color css
<style>
span { border-color: #F8B3BD; }
span { border-color: rgb(248,179,189); }
td.TdClassName
{
border-color: #F8B3BD;
}
.TagClassName
{
border-color: #F8B3BD;
}
</style>