Shades of Sweet Pink #F88D8C
Tints of Sweet Pink #F88D8C
RGB
CMYK
RGB Variations
Color information
#F88D8C (or 0xF88D8C) is known color: Sweet Pink. HEX triplet: F8, 8D and 8C. RGB value is (248,141,140). Sum of RGB (Red+Green+Blue) = 248+141+140=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F88D8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88D8C is #077273. Grayscale: #ACACAC. Windows color (decimal): -488052 or 9211384. OLE color: 9211384.
HSL color Cylindrical-coordinate representation of color #F88D8C: hue angle of 0.56º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F88D8C is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 141 | 140 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.03 |
| HSL | 0.56º | 0.89% | 0.76% | - |
| HSV(B) | 0.56º | 0.44% | 0.97% | - |
| XYZ | 52.97 | 40.9 | 29.91 | - |
| YUV | 172.88 | 109.45 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 141 | 140 | 0 | 0.43 | 0.44 | 0.03 | 0.56 | 0.89 | 0.76 |
| Hex | F8 | 8D | 8C | 0 | 2B | 2C | 3 | 1 | 59 | 4C |
| Octal | 370 | 215 | 214 | 0 | 53 | 54 | 3 | 1 | 131 | 114 |
| Binary | 11111000 | 10001101 | 10001100 | 0 | 101011 | 101100 | 11 | 1 | 1011001 | 1001100 |
Color Harmonies of #F88D8C
Complementary color
Monochromatic Colors of #F88D8C
Black with #F88D8C
Text Example
Text Example
White with #F88D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88D8C; }
p { color: rgb(248,141,140); }
H1.HeaderClassName
{
color: #F88D8C;
}
.AnyTagClassName
{
color: #F88D8C;
}
</style>
background-color css
<style>
a { background-color: #F88D8C; }
a { background-color: rgb(248,141,140); }
div.DivClassName
{
background-color: #F88D8C;
}
.BgClassName
{
background-color: #F88D8C;
}
</style>
border-color css
<style>
span { border-color: #F88D8C; }
span { border-color: rgb(248,141,140); }
td.TdClassName
{
border-color: #F88D8C;
}
.TagClassName
{
border-color: #F88D8C;
}
</style>