Shades of Light Pink #F8B2BD
Tints of Light Pink #F8B2BD
RGB
CMYK
RGB Variations
Color information
#F8B2BD (or 0xF8B2BD) is known color: Light Pink. HEX triplet: F8, B2 and BD. RGB value is (248,178,189). Sum of RGB (Red+Green+Blue) = 248+178+189=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 178 (69.92% from 255 or 28.94% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B2BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B2BD is #074D42. Grayscale: #C8C8C8. Windows color (decimal): -478531 or 12432120. OLE color: 12432120.
HSL color Cylindrical-coordinate representation of color #F8B2BD: hue angle of 350.57º 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 #F8B2BD is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 178 | 189 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.03 |
| HSL | 350.57º | 0.83% | 0.84% | - |
| HSV(B) | 350.57º | 0.28% | 0.97% | - |
| XYZ | 63.82 | 55.47 | 55.49 | - |
| YUV | 200.18 | 121.69 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 178 | 189 | 0 | 0.28 | 0.24 | 0.03 | 350.57 | 0.83 | 0.84 |
| Hex | F8 | B2 | BD | 0 | 1C | 18 | 3 | 15F | 53 | 54 |
| Octal | 370 | 262 | 275 | 0 | 34 | 30 | 3 | 537 | 123 | 124 |
| Binary | 11111000 | 10110010 | 10111101 | 0 | 11100 | 11000 | 11 | 101011111 | 1010011 | 1010100 |
Color Harmonies of #F8B2BD
Complementary color
Monochromatic Colors of #F8B2BD
Black with #F8B2BD
Text Example
Text Example
White with #F8B2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B2BD; }
p { color: rgb(248,178,189); }
H1.HeaderClassName
{
color: #F8B2BD;
}
.AnyTagClassName
{
color: #F8B2BD;
}
</style>
background-color css
<style>
a { background-color: #F8B2BD; }
a { background-color: rgb(248,178,189); }
div.DivClassName
{
background-color: #F8B2BD;
}
.BgClassName
{
background-color: #F8B2BD;
}
</style>
border-color css
<style>
span { border-color: #F8B2BD; }
span { border-color: rgb(248,178,189); }
td.TdClassName
{
border-color: #F8B2BD;
}
.TagClassName
{
border-color: #F8B2BD;
}
</style>