Shades of Carissma #FB788D
Tints of Carissma #FB788D
RGB
CMYK
RGB Variations
Color information
#FB788D (or 0xFB788D) is known color: Carissma. HEX triplet: FB, 78 and 8D. RGB value is (251,120,141). Sum of RGB (Red+Green+Blue) = 251+120+141=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB788D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB788D is #048772. Grayscale: #A1A1A1. Windows color (decimal): -296819 or 9271547. OLE color: 9271547.
HSL color Cylindrical-coordinate representation of color #FB788D: hue angle of 350.38º 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 #FB788D is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 120 | 141 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.02 |
| HSL | 350.38º | 0.94% | 0.73% | - |
| HSV(B) | 350.38º | 0.52% | 0.98% | - |
| XYZ | 51.31 | 35.87 | 29.42 | - |
| YUV | 161.56 | 116.4 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 120 | 141 | 0 | 0.52 | 0.44 | 0.02 | 350.38 | 0.94 | 0.73 |
| Hex | FB | 78 | 8D | 0 | 34 | 2C | 2 | 15E | 5E | 49 |
| Octal | 373 | 170 | 215 | 0 | 64 | 54 | 2 | 536 | 136 | 111 |
| Binary | 11111011 | 1111000 | 10001101 | 0 | 110100 | 101100 | 10 | 101011110 | 1011110 | 1001001 |
Color Harmonies of #FB788D
Complementary color
Monochromatic Colors of #FB788D
Black with #FB788D
Text Example
Text Example
White with #FB788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB788D; }
p { color: rgb(251,120,141); }
H1.HeaderClassName
{
color: #FB788D;
}
.AnyTagClassName
{
color: #FB788D;
}
</style>
background-color css
<style>
a { background-color: #FB788D; }
a { background-color: rgb(251,120,141); }
div.DivClassName
{
background-color: #FB788D;
}
.BgClassName
{
background-color: #FB788D;
}
</style>
border-color css
<style>
span { border-color: #FB788D; }
span { border-color: rgb(251,120,141); }
td.TdClassName
{
border-color: #FB788D;
}
.TagClassName
{
border-color: #FB788D;
}
</style>