Shades of Sweet Pink #FB908F
Tints of Sweet Pink #FB908F
RGB
CMYK
RGB Variations
Color information
#FB908F (or 0xFB908F) is known color: Sweet Pink. HEX triplet: FB, 90 and 8F. RGB value is (251,144,143). Sum of RGB (Red+Green+Blue) = 251+144+143=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FB908F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB908F is #046F70. Grayscale: #AFAFAF. Windows color (decimal): -290673 or 9408763. OLE color: 9408763.
HSL color Cylindrical-coordinate representation of color #FB908F: hue angle of 0.56º 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 #FB908F is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 143 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.02 |
| HSL | 0.56º | 0.93% | 0.77% | - |
| HSV(B) | 0.56º | 0.43% | 0.98% | - |
| XYZ | 54.71 | 42.44 | 31.29 | - |
| YUV | 175.88 | 109.45 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 143 | 0 | 0.43 | 0.43 | 0.02 | 0.56 | 0.93 | 0.77 |
| Hex | FB | 90 | 8F | 0 | 2B | 2B | 2 | 1 | 5D | 4D |
| Octal | 373 | 220 | 217 | 0 | 53 | 53 | 2 | 1 | 135 | 115 |
| Binary | 11111011 | 10010000 | 10001111 | 0 | 101011 | 101011 | 10 | 1 | 1011101 | 1001101 |
Color Harmonies of #FB908F
Complementary color
Monochromatic Colors of #FB908F
Black with #FB908F
Text Example
Text Example
White with #FB908F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB908F; }
p { color: rgb(251,144,143); }
H1.HeaderClassName
{
color: #FB908F;
}
.AnyTagClassName
{
color: #FB908F;
}
</style>
background-color css
<style>
a { background-color: #FB908F; }
a { background-color: rgb(251,144,143); }
div.DivClassName
{
background-color: #FB908F;
}
.BgClassName
{
background-color: #FB908F;
}
</style>
border-color css
<style>
span { border-color: #FB908F; }
span { border-color: rgb(251,144,143); }
td.TdClassName
{
border-color: #FB908F;
}
.TagClassName
{
border-color: #FB908F;
}
</style>