Shades of Carissma #FB7B88
Tints of Carissma #FB7B88
RGB
CMYK
RGB Variations
Color information
#FB7B88 (or 0xFB7B88) is known color: Carissma. HEX triplet: FB, 7B and 88. RGB value is (251,123,136). Sum of RGB (Red+Green+Blue) = 251+123+136=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7B88 is #048477. Grayscale: #A2A2A2. Windows color (decimal): -296056 or 8944635. OLE color: 8944635.
HSL color Cylindrical-coordinate representation of color #FB7B88: hue angle of 353.91º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7B88 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 136 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.02 |
| HSL | 353.91º | 0.94% | 0.73% | - |
| HSV(B) | 353.91º | 0.51% | 0.98% | - |
| XYZ | 51.31 | 36.45 | 27.62 | - |
| YUV | 162.75 | 112.91 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 136 | 0 | 0.51 | 0.46 | 0.02 | 353.91 | 0.94 | 0.73 |
| Hex | FB | 7B | 88 | 0 | 33 | 2E | 2 | 162 | 5E | 49 |
| Octal | 373 | 173 | 210 | 0 | 63 | 56 | 2 | 542 | 136 | 111 |
| Binary | 11111011 | 1111011 | 10001000 | 0 | 110011 | 101110 | 10 | 101100010 | 1011110 | 1001001 |
Color Harmonies of #FB7B88
Complementary color
Monochromatic Colors of #FB7B88
Black with #FB7B88
Text Example
Text Example
White with #FB7B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7B88; }
p { color: rgb(251,123,136); }
H1.HeaderClassName
{
color: #FB7B88;
}
.AnyTagClassName
{
color: #FB7B88;
}
</style>
background-color css
<style>
a { background-color: #FB7B88; }
a { background-color: rgb(251,123,136); }
div.DivClassName
{
background-color: #FB7B88;
}
.BgClassName
{
background-color: #FB7B88;
}
</style>
border-color css
<style>
span { border-color: #FB7B88; }
span { border-color: rgb(251,123,136); }
td.TdClassName
{
border-color: #FB7B88;
}
.TagClassName
{
border-color: #FB7B88;
}
</style>