Shades of Carissma #FB7C86
Tints of Carissma #FB7C86
RGB
CMYK
RGB Variations
Color information
#FB7C86 (or 0xFB7C86) is known color: Carissma. HEX triplet: FB, 7C and 86. RGB value is (251,124,134). Sum of RGB (Red+Green+Blue) = 251+124+134=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7C86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7C86 is #048379. Grayscale: #A3A3A3. Windows color (decimal): -295802 or 8813819. OLE color: 8813819.
HSL color Cylindrical-coordinate representation of color #FB7C86: hue angle of 355.28º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7C86 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 124 | 134 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.02 |
| HSL | 355.28º | 0.94% | 0.74% | - |
| HSV(B) | 355.28º | 0.51% | 0.98% | - |
| XYZ | 51.29 | 36.65 | 26.92 | - |
| YUV | 163.11 | 111.58 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 124 | 134 | 0 | 0.51 | 0.47 | 0.02 | 355.28 | 0.94 | 0.74 |
| Hex | FB | 7C | 86 | 0 | 33 | 2F | 2 | 163 | 5E | 4A |
| Octal | 373 | 174 | 206 | 0 | 63 | 57 | 2 | 543 | 136 | 112 |
| Binary | 11111011 | 1111100 | 10000110 | 0 | 110011 | 101111 | 10 | 101100011 | 1011110 | 1001010 |
Color Harmonies of #FB7C86
Complementary color
Monochromatic Colors of #FB7C86
Black with #FB7C86
Text Example
Text Example
White with #FB7C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7C86; }
p { color: rgb(251,124,134); }
H1.HeaderClassName
{
color: #FB7C86;
}
.AnyTagClassName
{
color: #FB7C86;
}
</style>
background-color css
<style>
a { background-color: #FB7C86; }
a { background-color: rgb(251,124,134); }
div.DivClassName
{
background-color: #FB7C86;
}
.BgClassName
{
background-color: #FB7C86;
}
</style>
border-color css
<style>
span { border-color: #FB7C86; }
span { border-color: rgb(251,124,134); }
td.TdClassName
{
border-color: #FB7C86;
}
.TagClassName
{
border-color: #FB7C86;
}
</style>