Shades of Carissma #FB7B87
Tints of Carissma #FB7B87
RGB
CMYK
RGB Variations
Color information
#FB7B87 (or 0xFB7B87) is known color: Carissma. HEX triplet: FB, 7B and 87. RGB value is (251,123,135). Sum of RGB (Red+Green+Blue) = 251+123+135=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 135 (53.12% from 255 or 26.52% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7B87 is #048478. Grayscale: #A2A2A2. Windows color (decimal): -296057 or 8879099. OLE color: 8879099.
HSL color Cylindrical-coordinate representation of color #FB7B87: hue angle of 354.38º 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 #FB7B87 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 135 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.02 |
| HSL | 354.38º | 0.94% | 0.73% | - |
| HSV(B) | 354.38º | 0.51% | 0.98% | - |
| XYZ | 51.24 | 36.42 | 27.25 | - |
| YUV | 162.64 | 112.41 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 135 | 0 | 0.51 | 0.46 | 0.02 | 354.38 | 0.94 | 0.73 |
| Hex | FB | 7B | 87 | 0 | 33 | 2E | 2 | 162 | 5E | 49 |
| Octal | 373 | 173 | 207 | 0 | 63 | 56 | 2 | 542 | 136 | 111 |
| Binary | 11111011 | 1111011 | 10000111 | 0 | 110011 | 101110 | 10 | 101100010 | 1011110 | 1001001 |
Color Harmonies of #FB7B87
Complementary color
Monochromatic Colors of #FB7B87
Black with #FB7B87
Text Example
Text Example
White with #FB7B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7B87; }
p { color: rgb(251,123,135); }
H1.HeaderClassName
{
color: #FB7B87;
}
.AnyTagClassName
{
color: #FB7B87;
}
</style>
background-color css
<style>
a { background-color: #FB7B87; }
a { background-color: rgb(251,123,135); }
div.DivClassName
{
background-color: #FB7B87;
}
.BgClassName
{
background-color: #FB7B87;
}
</style>
border-color css
<style>
span { border-color: #FB7B87; }
span { border-color: rgb(251,123,135); }
td.TdClassName
{
border-color: #FB7B87;
}
.TagClassName
{
border-color: #FB7B87;
}
</style>