Shades of Sweet Pink #FB8C8B
Tints of Sweet Pink #FB8C8B
RGB
CMYK
RGB Variations
Color information
#FB8C8B (or 0xFB8C8B) is known color: Sweet Pink. HEX triplet: FB, 8C and 8B. RGB value is (251,140,139). Sum of RGB (Red+Green+Blue) = 251+140+139=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8C8B is #047374. Grayscale: #ADADAD. Windows color (decimal): -291701 or 9145595. OLE color: 9145595.
HSL color Cylindrical-coordinate representation of color #FB8C8B: hue angle of 0.54º 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 #FB8C8B is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 139 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.02 |
| HSL | 0.54º | 0.93% | 0.76% | - |
| HSV(B) | 0.54º | 0.45% | 0.98% | - |
| XYZ | 53.82 | 41.13 | 29.53 | - |
| YUV | 173.08 | 108.77 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 139 | 0 | 0.44 | 0.45 | 0.02 | 0.54 | 0.93 | 0.76 |
| Hex | FB | 8C | 8B | 0 | 2C | 2D | 2 | 1 | 5D | 4C |
| Octal | 373 | 214 | 213 | 0 | 54 | 55 | 2 | 1 | 135 | 114 |
| Binary | 11111011 | 10001100 | 10001011 | 0 | 101100 | 101101 | 10 | 1 | 1011101 | 1001100 |
Color Harmonies of #FB8C8B
Complementary color
Monochromatic Colors of #FB8C8B
Black with #FB8C8B
Text Example
Text Example
White with #FB8C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C8B; }
p { color: rgb(251,140,139); }
H1.HeaderClassName
{
color: #FB8C8B;
}
.AnyTagClassName
{
color: #FB8C8B;
}
</style>
background-color css
<style>
a { background-color: #FB8C8B; }
a { background-color: rgb(251,140,139); }
div.DivClassName
{
background-color: #FB8C8B;
}
.BgClassName
{
background-color: #FB8C8B;
}
</style>
border-color css
<style>
span { border-color: #FB8C8B; }
span { border-color: rgb(251,140,139); }
td.TdClassName
{
border-color: #FB8C8B;
}
.TagClassName
{
border-color: #FB8C8B;
}
</style>