Shades of Carissma #FB788E
Tints of Carissma #FB788E
RGB
CMYK
RGB Variations
Color information
#FB788E (or 0xFB788E) is known color: Carissma. HEX triplet: FB, 78 and 8E. RGB value is (251,120,142). Sum of RGB (Red+Green+Blue) = 251+120+142=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FB788E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB788E is #048771. Grayscale: #A1A1A1. Windows color (decimal): -296818 or 9337083. OLE color: 9337083.
HSL color Cylindrical-coordinate representation of color #FB788E: hue angle of 349.92º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FB788E is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 120 | 142 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.02 |
| HSL | 349.92º | 0.94% | 0.73% | - |
| HSV(B) | 349.92º | 0.52% | 0.98% | - |
| XYZ | 51.38 | 35.9 | 29.81 | - |
| YUV | 161.68 | 116.9 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 120 | 142 | 0 | 0.52 | 0.43 | 0.02 | 349.92 | 0.94 | 0.73 |
| Hex | FB | 78 | 8E | 0 | 34 | 2B | 2 | 15E | 5E | 49 |
| Octal | 373 | 170 | 216 | 0 | 64 | 53 | 2 | 536 | 136 | 111 |
| Binary | 11111011 | 1111000 | 10001110 | 0 | 110100 | 101011 | 10 | 101011110 | 1011110 | 1001001 |
Color Harmonies of #FB788E
Complementary color
Monochromatic Colors of #FB788E
Black with #FB788E
Text Example
Text Example
White with #FB788E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB788E; }
p { color: rgb(251,120,142); }
H1.HeaderClassName
{
color: #FB788E;
}
.AnyTagClassName
{
color: #FB788E;
}
</style>
background-color css
<style>
a { background-color: #FB788E; }
a { background-color: rgb(251,120,142); }
div.DivClassName
{
background-color: #FB788E;
}
.BgClassName
{
background-color: #FB788E;
}
</style>
border-color css
<style>
span { border-color: #FB788E; }
span { border-color: rgb(251,120,142); }
td.TdClassName
{
border-color: #FB788E;
}
.TagClassName
{
border-color: #FB788E;
}
</style>