Shades of Light Pink #F8B2B9
Tints of Light Pink #F8B2B9
RGB
CMYK
RGB Variations
Color information
#F8B2B9 (or 0xF8B2B9) is known color: Light Pink. HEX triplet: F8, B2 and B9. RGB value is (248,178,185). Sum of RGB (Red+Green+Blue) = 248+178+185=611 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.59% from 611); Green value is 178 (69.92% from 255 or 29.13% from 611); Blue value is 185 (72.66% from 255 or 30.28% from 611); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B2B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B2B9 is #074D46. Grayscale: #C7C7C7. Windows color (decimal): -478535 or 12169976. OLE color: 12169976.
HSL color Cylindrical-coordinate representation of color #F8B2B9: hue angle of 354º 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 #F8B2B9 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 178 | 185 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.03 |
| HSL | 354º | 0.83% | 0.84% | - |
| HSV(B) | 354º | 0.28% | 0.97% | - |
| XYZ | 63.39 | 55.3 | 53.23 | - |
| YUV | 199.73 | 119.69 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 178 | 185 | 0 | 0.28 | 0.25 | 0.03 | 354 | 0.83 | 0.84 |
| Hex | F8 | B2 | B9 | 0 | 1C | 19 | 3 | 162 | 53 | 54 |
| Octal | 370 | 262 | 271 | 0 | 34 | 31 | 3 | 542 | 123 | 124 |
| Binary | 11111000 | 10110010 | 10111001 | 0 | 11100 | 11001 | 11 | 101100010 | 1010011 | 1010100 |
Color Harmonies of #F8B2B9
Complementary color
Monochromatic Colors of #F8B2B9
Black with #F8B2B9
Text Example
Text Example
White with #F8B2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B2B9; }
p { color: rgb(248,178,185); }
H1.HeaderClassName
{
color: #F8B2B9;
}
.AnyTagClassName
{
color: #F8B2B9;
}
</style>
background-color css
<style>
a { background-color: #F8B2B9; }
a { background-color: rgb(248,178,185); }
div.DivClassName
{
background-color: #F8B2B9;
}
.BgClassName
{
background-color: #F8B2B9;
}
</style>
border-color css
<style>
span { border-color: #F8B2B9; }
span { border-color: rgb(248,178,185); }
td.TdClassName
{
border-color: #F8B2B9;
}
.TagClassName
{
border-color: #F8B2B9;
}
</style>