Shades of Sweet Pink #FB8D8C
Tints of Sweet Pink #FB8D8C
RGB
CMYK
RGB Variations
Color information
#FB8D8C (or 0xFB8D8C) is known color: Sweet Pink. HEX triplet: FB, 8D and 8C. RGB value is (251,141,140). Sum of RGB (Red+Green+Blue) = 251+141+140=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8D8C is #047273. Grayscale: #ADADAD. Windows color (decimal): -291444 or 9211387. OLE color: 9211387.
HSL color Cylindrical-coordinate representation of color #FB8D8C: hue angle of 0.54º 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 #FB8D8C is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 140 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.02 |
| HSL | 0.54º | 0.93% | 0.77% | - |
| HSV(B) | 0.54º | 0.44% | 0.98% | - |
| XYZ | 54.04 | 41.45 | 29.96 | - |
| YUV | 173.78 | 108.94 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 140 | 0 | 0.44 | 0.44 | 0.02 | 0.54 | 0.93 | 0.77 |
| Hex | FB | 8D | 8C | 0 | 2C | 2C | 2 | 1 | 5D | 4D |
| Octal | 373 | 215 | 214 | 0 | 54 | 54 | 2 | 1 | 135 | 115 |
| Binary | 11111011 | 10001101 | 10001100 | 0 | 101100 | 101100 | 10 | 1 | 1011101 | 1001101 |
Color Harmonies of #FB8D8C
Complementary color
Monochromatic Colors of #FB8D8C
Black with #FB8D8C
Text Example
Text Example
White with #FB8D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8D8C; }
p { color: rgb(251,141,140); }
H1.HeaderClassName
{
color: #FB8D8C;
}
.AnyTagClassName
{
color: #FB8D8C;
}
</style>
background-color css
<style>
a { background-color: #FB8D8C; }
a { background-color: rgb(251,141,140); }
div.DivClassName
{
background-color: #FB8D8C;
}
.BgClassName
{
background-color: #FB8D8C;
}
</style>
border-color css
<style>
span { border-color: #FB8D8C; }
span { border-color: rgb(251,141,140); }
td.TdClassName
{
border-color: #FB8D8C;
}
.TagClassName
{
border-color: #FB8D8C;
}
</style>