Shades of Light Pink #F8B8C1
Tints of Light Pink #F8B8C1
RGB
CMYK
RGB Variations
Color information
#F8B8C1 (or 0xF8B8C1) is known color: Light Pink. HEX triplet: F8, B8 and C1. RGB value is (248,184,193). Sum of RGB (Red+Green+Blue) = 248+184+193=625 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.68% from 625); Green value is 184 (72.27% from 255 or 29.44% from 625); Blue value is 193 (75.78% from 255 or 30.88% from 625); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B8C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B8C1 is #07473E. Grayscale: #CCCCCC. Windows color (decimal): -476991 or 12695800. OLE color: 12695800.
HSL color Cylindrical-coordinate representation of color #F8B8C1: hue angle of 351.56º 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 #F8B8C1 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 184 | 193 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.03 |
| HSL | 351.56º | 0.82% | 0.85% | - |
| HSV(B) | 351.56º | 0.26% | 0.97% | - |
| XYZ | 65.48 | 58.09 | 58.21 | - |
| YUV | 204.16 | 121.7 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 184 | 193 | 0 | 0.26 | 0.22 | 0.03 | 351.56 | 0.82 | 0.85 |
| Hex | F8 | B8 | C1 | 0 | 1A | 16 | 3 | 160 | 52 | 55 |
| Octal | 370 | 270 | 301 | 0 | 32 | 26 | 3 | 540 | 122 | 125 |
| Binary | 11111000 | 10111000 | 11000001 | 0 | 11010 | 10110 | 11 | 101100000 | 1010010 | 1010101 |
Color Harmonies of #F8B8C1
Complementary color
Monochromatic Colors of #F8B8C1
Black with #F8B8C1
Text Example
Text Example
White with #F8B8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B8C1; }
p { color: rgb(248,184,193); }
H1.HeaderClassName
{
color: #F8B8C1;
}
.AnyTagClassName
{
color: #F8B8C1;
}
</style>
background-color css
<style>
a { background-color: #F8B8C1; }
a { background-color: rgb(248,184,193); }
div.DivClassName
{
background-color: #F8B8C1;
}
.BgClassName
{
background-color: #F8B8C1;
}
</style>
border-color css
<style>
span { border-color: #F8B8C1; }
span { border-color: rgb(248,184,193); }
td.TdClassName
{
border-color: #F8B8C1;
}
.TagClassName
{
border-color: #F8B8C1;
}
</style>