Shades of Carissma #FB7B8F
Tints of Carissma #FB7B8F
RGB
CMYK
RGB Variations
Color information
#FB7B8F (or 0xFB7B8F) is known color: Carissma. HEX triplet: FB, 7B and 8F. RGB value is (251,123,143). Sum of RGB (Red+Green+Blue) = 251+123+143=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7B8F is #048470. Grayscale: #A3A3A3. Windows color (decimal): -296049 or 9403387. OLE color: 9403387.
HSL color Cylindrical-coordinate representation of color #FB7B8F: hue angle of 350.62º 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 #FB7B8F is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 143 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.02 |
| HSL | 350.63º | 0.94% | 0.73% | - |
| HSV(B) | 350.63º | 0.51% | 0.98% | - |
| XYZ | 51.82 | 36.66 | 30.33 | - |
| YUV | 163.55 | 116.41 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 143 | 0 | 0.51 | 0.43 | 0.02 | 350.63 | 0.94 | 0.73 |
| Hex | FB | 7B | 8F | 0 | 33 | 2B | 2 | 15F | 5E | 49 |
| Octal | 373 | 173 | 217 | 0 | 63 | 53 | 2 | 537 | 136 | 111 |
| Binary | 11111011 | 1111011 | 10001111 | 0 | 110011 | 101011 | 10 | 101011111 | 1011110 | 1001001 |
Color Harmonies of #FB7B8F
Complementary color
Monochromatic Colors of #FB7B8F
Black with #FB7B8F
Text Example
Text Example
White with #FB7B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7B8F; }
p { color: rgb(251,123,143); }
H1.HeaderClassName
{
color: #FB7B8F;
}
.AnyTagClassName
{
color: #FB7B8F;
}
</style>
background-color css
<style>
a { background-color: #FB7B8F; }
a { background-color: rgb(251,123,143); }
div.DivClassName
{
background-color: #FB7B8F;
}
.BgClassName
{
background-color: #FB7B8F;
}
</style>
border-color css
<style>
span { border-color: #FB7B8F; }
span { border-color: rgb(251,123,143); }
td.TdClassName
{
border-color: #FB7B8F;
}
.TagClassName
{
border-color: #FB7B8F;
}
</style>