Shades of Sweet Pink #FB8D8B
Tints of Sweet Pink #FB8D8B
RGB
CMYK
RGB Variations
Color information
#FB8D8B (or 0xFB8D8B) is known color: Sweet Pink. HEX triplet: FB, 8D and 8B. RGB value is (251,141,139). Sum of RGB (Red+Green+Blue) = 251+141+139=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8D8B is #047274. Grayscale: #ADADAD. Windows color (decimal): -291445 or 9145851. OLE color: 9145851.
HSL color Cylindrical-coordinate representation of color #FB8D8B: hue angle of 1.07º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FB8D8B is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 139 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.02 |
| HSL | 1.07º | 0.93% | 0.76% | - |
| HSV(B) | 1.07º | 0.45% | 0.98% | - |
| XYZ | 53.97 | 41.42 | 29.58 | - |
| YUV | 173.66 | 108.44 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 139 | 0 | 0.44 | 0.45 | 0.02 | 1.07 | 0.93 | 0.76 |
| Hex | FB | 8D | 8B | 0 | 2C | 2D | 2 | 1 | 5D | 4C |
| Octal | 373 | 215 | 213 | 0 | 54 | 55 | 2 | 1 | 135 | 114 |
| Binary | 11111011 | 10001101 | 10001011 | 0 | 101100 | 101101 | 10 | 1 | 1011101 | 1001100 |
Color Harmonies of #FB8D8B
Complementary color
Monochromatic Colors of #FB8D8B
Black with #FB8D8B
Text Example
Text Example
White with #FB8D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8D8B; }
p { color: rgb(251,141,139); }
H1.HeaderClassName
{
color: #FB8D8B;
}
.AnyTagClassName
{
color: #FB8D8B;
}
</style>
background-color css
<style>
a { background-color: #FB8D8B; }
a { background-color: rgb(251,141,139); }
div.DivClassName
{
background-color: #FB8D8B;
}
.BgClassName
{
background-color: #FB8D8B;
}
</style>
border-color css
<style>
span { border-color: #FB8D8B; }
span { border-color: rgb(251,141,139); }
td.TdClassName
{
border-color: #FB8D8B;
}
.TagClassName
{
border-color: #FB8D8B;
}
</style>