Shades of Carissma #FB778B
Tints of Carissma #FB778B
RGB
CMYK
RGB Variations
Color information
#FB778B (or 0xFB778B) is known color: Carissma. HEX triplet: FB, 77 and 8B. RGB value is (251,119,139). Sum of RGB (Red+Green+Blue) = 251+119+139=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB778B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB778B is #048874. Grayscale: #A0A0A0. Windows color (decimal): -297077 or 9140219. OLE color: 9140219.
HSL color Cylindrical-coordinate representation of color #FB778B: hue angle of 350.91º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB778B is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 139 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.02 |
| HSL | 350.91º | 0.94% | 0.73% | - |
| HSV(B) | 350.91º | 0.53% | 0.98% | - |
| XYZ | 51.04 | 35.57 | 28.6 | - |
| YUV | 160.75 | 115.73 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 139 | 0 | 0.53 | 0.45 | 0.02 | 350.91 | 0.94 | 0.73 |
| Hex | FB | 77 | 8B | 0 | 35 | 2D | 2 | 15F | 5E | 49 |
| Octal | 373 | 167 | 213 | 0 | 65 | 55 | 2 | 537 | 136 | 111 |
| Binary | 11111011 | 1110111 | 10001011 | 0 | 110101 | 101101 | 10 | 101011111 | 1011110 | 1001001 |
Color Harmonies of #FB778B
Complementary color
Monochromatic Colors of #FB778B
Black with #FB778B
Text Example
Text Example
White with #FB778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB778B; }
p { color: rgb(251,119,139); }
H1.HeaderClassName
{
color: #FB778B;
}
.AnyTagClassName
{
color: #FB778B;
}
</style>
background-color css
<style>
a { background-color: #FB778B; }
a { background-color: rgb(251,119,139); }
div.DivClassName
{
background-color: #FB778B;
}
.BgClassName
{
background-color: #FB778B;
}
</style>
border-color css
<style>
span { border-color: #FB778B; }
span { border-color: rgb(251,119,139); }
td.TdClassName
{
border-color: #FB778B;
}
.TagClassName
{
border-color: #FB778B;
}
</style>