Shades of Carissma #FB7B8B
Tints of Carissma #FB7B8B
RGB
CMYK
RGB Variations
Color information
#FB7B8B (or 0xFB7B8B) is known color: Carissma. HEX triplet: FB, 7B and 8B. RGB value is (251,123,139). Sum of RGB (Red+Green+Blue) = 251+123+139=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7B8B is #048474. Grayscale: #A3A3A3. Windows color (decimal): -296053 or 9141243. OLE color: 9141243.
HSL color Cylindrical-coordinate representation of color #FB7B8B: hue angle of 352.5º 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 #FB7B8B is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 139 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.02 |
| HSL | 352.5º | 0.94% | 0.73% | - |
| HSV(B) | 352.5º | 0.51% | 0.98% | - |
| XYZ | 51.53 | 36.54 | 28.76 | - |
| YUV | 163.1 | 114.41 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 139 | 0 | 0.51 | 0.45 | 0.02 | 352.5 | 0.94 | 0.73 |
| Hex | FB | 7B | 8B | 0 | 33 | 2D | 2 | 160 | 5E | 49 |
| Octal | 373 | 173 | 213 | 0 | 63 | 55 | 2 | 540 | 136 | 111 |
| Binary | 11111011 | 1111011 | 10001011 | 0 | 110011 | 101101 | 10 | 101100000 | 1011110 | 1001001 |
Color Harmonies of #FB7B8B
Complementary color
Monochromatic Colors of #FB7B8B
Black with #FB7B8B
Text Example
Text Example
White with #FB7B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7B8B; }
p { color: rgb(251,123,139); }
H1.HeaderClassName
{
color: #FB7B8B;
}
.AnyTagClassName
{
color: #FB7B8B;
}
</style>
background-color css
<style>
a { background-color: #FB7B8B; }
a { background-color: rgb(251,123,139); }
div.DivClassName
{
background-color: #FB7B8B;
}
.BgClassName
{
background-color: #FB7B8B;
}
</style>
border-color css
<style>
span { border-color: #FB7B8B; }
span { border-color: rgb(251,123,139); }
td.TdClassName
{
border-color: #FB7B8B;
}
.TagClassName
{
border-color: #FB7B8B;
}
</style>