Shades of Carissma #FB798C
Tints of Carissma #FB798C
RGB
CMYK
RGB Variations
Color information
#FB798C (or 0xFB798C) is known color: Carissma. HEX triplet: FB, 79 and 8C. RGB value is (251,121,140). Sum of RGB (Red+Green+Blue) = 251+121+140=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB798C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB798C is #048673. Grayscale: #A2A2A2. Windows color (decimal): -296564 or 9206267. OLE color: 9206267.
HSL color Cylindrical-coordinate representation of color #FB798C: hue angle of 351.23º 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 #FB798C is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 121 | 140 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.02 |
| HSL | 351.23º | 0.94% | 0.73% | - |
| HSV(B) | 351.23º | 0.52% | 0.98% | - |
| XYZ | 51.35 | 36.08 | 29.07 | - |
| YUV | 162.04 | 115.57 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 121 | 140 | 0 | 0.52 | 0.44 | 0.02 | 351.23 | 0.94 | 0.73 |
| Hex | FB | 79 | 8C | 0 | 34 | 2C | 2 | 15F | 5E | 49 |
| Octal | 373 | 171 | 214 | 0 | 64 | 54 | 2 | 537 | 136 | 111 |
| Binary | 11111011 | 1111001 | 10001100 | 0 | 110100 | 101100 | 10 | 101011111 | 1011110 | 1001001 |
Color Harmonies of #FB798C
Complementary color
Monochromatic Colors of #FB798C
Black with #FB798C
Text Example
Text Example
White with #FB798C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB798C; }
p { color: rgb(251,121,140); }
H1.HeaderClassName
{
color: #FB798C;
}
.AnyTagClassName
{
color: #FB798C;
}
</style>
background-color css
<style>
a { background-color: #FB798C; }
a { background-color: rgb(251,121,140); }
div.DivClassName
{
background-color: #FB798C;
}
.BgClassName
{
background-color: #FB798C;
}
</style>
border-color css
<style>
span { border-color: #FB798C; }
span { border-color: rgb(251,121,140); }
td.TdClassName
{
border-color: #FB798C;
}
.TagClassName
{
border-color: #FB798C;
}
</style>