Shades of Sweet Pink #FB8988
Tints of Sweet Pink #FB8988
RGB
CMYK
RGB Variations
Color information
#FB8988 (or 0xFB8988) is known color: Sweet Pink. HEX triplet: FB, 89 and 88. RGB value is (251,137,136). Sum of RGB (Red+Green+Blue) = 251+137+136=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 137 (53.91% from 255 or 26.15% from 524); Blue value is 136 (53.52% from 255 or 25.95% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8988 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8988 is #047677. Grayscale: #ABABAB. Windows color (decimal): -292472 or 8948219. OLE color: 8948219.
HSL color Cylindrical-coordinate representation of color #FB8988: hue angle of 0.52º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FB8988 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 137 | 136 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.02 |
| HSL | 0.52º | 0.93% | 0.76% | - |
| HSV(B) | 0.52º | 0.46% | 0.98% | - |
| XYZ | 53.17 | 40.18 | 28.25 | - |
| YUV | 170.97 | 108.27 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 137 | 136 | 0 | 0.45 | 0.46 | 0.02 | 0.52 | 0.93 | 0.76 |
| Hex | FB | 89 | 88 | 0 | 2D | 2E | 2 | 1 | 5D | 4C |
| Octal | 373 | 211 | 210 | 0 | 55 | 56 | 2 | 1 | 135 | 114 |
| Binary | 11111011 | 10001001 | 10001000 | 0 | 101101 | 101110 | 10 | 1 | 1011101 | 1001100 |
Color Harmonies of #FB8988
Complementary color
Monochromatic Colors of #FB8988
Black with #FB8988
Text Example
Text Example
White with #FB8988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8988; }
p { color: rgb(251,137,136); }
H1.HeaderClassName
{
color: #FB8988;
}
.AnyTagClassName
{
color: #FB8988;
}
</style>
background-color css
<style>
a { background-color: #FB8988; }
a { background-color: rgb(251,137,136); }
div.DivClassName
{
background-color: #FB8988;
}
.BgClassName
{
background-color: #FB8988;
}
</style>
border-color css
<style>
span { border-color: #FB8988; }
span { border-color: rgb(251,137,136); }
td.TdClassName
{
border-color: #FB8988;
}
.TagClassName
{
border-color: #FB8988;
}
</style>