Shades of Sweet Pink #FB8D8D
Tints of Sweet Pink #FB8D8D
RGB
CMYK
RGB Variations
Color information
#FB8D8D (or 0xFB8D8D) is known color: Sweet Pink. HEX triplet: FB, 8D and 8D. RGB value is (251,141,141). Sum of RGB (Red+Green+Blue) = 251+141+141=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8D8D is #047272. Grayscale: #AEAEAE. Windows color (decimal): -291443 or 9276923. OLE color: 9276923.
HSL color Cylindrical-coordinate representation of color #FB8D8D: hue angle of 0º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FB8D8D is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 141 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.02 |
| HSL | 0º | 0.93% | 0.77% | - |
| HSV(B) | 0º | 0.44% | 0.98% | - |
| XYZ | 54.12 | 41.48 | 30.35 | - |
| YUV | 173.89 | 109.44 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 141 | 0 | 0.44 | 0.44 | 0.02 | 0 | 0.93 | 0.77 |
| Hex | FB | 8D | 8D | 0 | 2C | 2C | 2 | 0 | 5D | 4D |
| Octal | 373 | 215 | 215 | 0 | 54 | 54 | 2 | 0 | 135 | 115 |
| Binary | 11111011 | 10001101 | 10001101 | 0 | 101100 | 101100 | 10 | 0 | 1011101 | 1001101 |
Color Harmonies of #FB8D8D
Complementary color
Monochromatic Colors of #FB8D8D
Black with #FB8D8D
Text Example
Text Example
White with #FB8D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8D8D; }
p { color: rgb(251,141,141); }
H1.HeaderClassName
{
color: #FB8D8D;
}
.AnyTagClassName
{
color: #FB8D8D;
}
</style>
background-color css
<style>
a { background-color: #FB8D8D; }
a { background-color: rgb(251,141,141); }
div.DivClassName
{
background-color: #FB8D8D;
}
.BgClassName
{
background-color: #FB8D8D;
}
</style>
border-color css
<style>
span { border-color: #FB8D8D; }
span { border-color: rgb(251,141,141); }
td.TdClassName
{
border-color: #FB8D8D;
}
.TagClassName
{
border-color: #FB8D8D;
}
</style>