Shades of Sweet Pink #FB9797
Tints of Sweet Pink #FB9797
RGB
CMYK
RGB Variations
Color information
#FB9797 (or 0xFB9797) is known color: Sweet Pink. HEX triplet: FB, 97 and 97. RGB value is (251,151,151). Sum of RGB (Red+Green+Blue) = 251+151+151=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 151 (59.38% from 255 or 27.31% from 553); Blue value is 151 (59.38% from 255 or 27.31% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9797 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9797 is #046868. Grayscale: #B5B5B5. Windows color (decimal): -288873 or 9934843. OLE color: 9934843.
HSL color Cylindrical-coordinate representation of color #FB9797: hue angle of 0º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FB9797 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 151 | 151 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.02 |
| HSL | 0º | 0.93% | 0.79% | - |
| HSV(B) | 0º | 0.4% | 0.98% | - |
| XYZ | 56.44 | 44.88 | 34.97 | - |
| YUV | 180.9 | 111.13 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 151 | 151 | 0 | 0.40 | 0.40 | 0.02 | 0 | 0.93 | 0.79 |
| Hex | FB | 97 | 97 | 0 | 28 | 28 | 2 | 0 | 5D | 4F |
| Octal | 373 | 227 | 227 | 0 | 50 | 50 | 2 | 0 | 135 | 117 |
| Binary | 11111011 | 10010111 | 10010111 | 0 | 101000 | 101000 | 10 | 0 | 1011101 | 1001111 |
Color Harmonies of #FB9797
Complementary color
Monochromatic Colors of #FB9797
Black with #FB9797
Text Example
Text Example
White with #FB9797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9797; }
p { color: rgb(251,151,151); }
H1.HeaderClassName
{
color: #FB9797;
}
.AnyTagClassName
{
color: #FB9797;
}
</style>
background-color css
<style>
a { background-color: #FB9797; }
a { background-color: rgb(251,151,151); }
div.DivClassName
{
background-color: #FB9797;
}
.BgClassName
{
background-color: #FB9797;
}
</style>
border-color css
<style>
span { border-color: #FB9797; }
span { border-color: rgb(251,151,151); }
td.TdClassName
{
border-color: #FB9797;
}
.TagClassName
{
border-color: #FB9797;
}
</style>