Shades of Sweet Pink #FB8F8F
Tints of Sweet Pink #FB8F8F
RGB
CMYK
RGB Variations
Color information
#FB8F8F (or 0xFB8F8F) is known color: Sweet Pink. HEX triplet: FB, 8F and 8F. RGB value is (251,143,143). Sum of RGB (Red+Green+Blue) = 251+143+143=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 143 (56.25% from 255 or 26.63% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8F8F is #047070. Grayscale: #AFAFAF. Windows color (decimal): -290929 or 9408507. OLE color: 9408507.
HSL color Cylindrical-coordinate representation of color #FB8F8F: 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.43%. Process color model (Four color, CMYK) of #FB8F8F is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 143 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.02 |
| HSL | 0º | 0.93% | 0.77% | - |
| HSV(B) | 0º | 0.43% | 0.98% | - |
| XYZ | 54.56 | 42.14 | 31.24 | - |
| YUV | 175.29 | 109.78 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 143 | 0 | 0.43 | 0.43 | 0.02 | 0 | 0.93 | 0.77 |
| Hex | FB | 8F | 8F | 0 | 2B | 2B | 2 | 0 | 5D | 4D |
| Octal | 373 | 217 | 217 | 0 | 53 | 53 | 2 | 0 | 135 | 115 |
| Binary | 11111011 | 10001111 | 10001111 | 0 | 101011 | 101011 | 10 | 0 | 1011101 | 1001101 |
Color Harmonies of #FB8F8F
Complementary color
Monochromatic Colors of #FB8F8F
Black with #FB8F8F
Text Example
Text Example
White with #FB8F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8F8F; }
p { color: rgb(251,143,143); }
H1.HeaderClassName
{
color: #FB8F8F;
}
.AnyTagClassName
{
color: #FB8F8F;
}
</style>
background-color css
<style>
a { background-color: #FB8F8F; }
a { background-color: rgb(251,143,143); }
div.DivClassName
{
background-color: #FB8F8F;
}
.BgClassName
{
background-color: #FB8F8F;
}
</style>
border-color css
<style>
span { border-color: #FB8F8F; }
span { border-color: rgb(251,143,143); }
td.TdClassName
{
border-color: #FB8F8F;
}
.TagClassName
{
border-color: #FB8F8F;
}
</style>