Shades of Carissma #FB768C
Tints of Carissma #FB768C
RGB
CMYK
RGB Variations
Color information
#FB768C (or 0xFB768C) is known color: Carissma. HEX triplet: FB, 76 and 8C. RGB value is (251,118,140). Sum of RGB (Red+Green+Blue) = 251+118+140=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB768C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB768C is #048973. Grayscale: #A0A0A0. Windows color (decimal): -297332 or 9205499. OLE color: 9205499.
HSL color Cylindrical-coordinate representation of color #FB768C: hue angle of 350.08º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB768C is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 118 | 140 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.02 |
| HSL | 350.08º | 0.94% | 0.72% | - |
| HSV(B) | 350.08º | 0.53% | 0.98% | - |
| XYZ | 51 | 35.36 | 28.95 | - |
| YUV | 160.28 | 116.56 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 118 | 140 | 0 | 0.53 | 0.44 | 0.02 | 350.08 | 0.94 | 0.72 |
| Hex | FB | 76 | 8C | 0 | 35 | 2C | 2 | 15E | 5E | 48 |
| Octal | 373 | 166 | 214 | 0 | 65 | 54 | 2 | 536 | 136 | 110 |
| Binary | 11111011 | 1110110 | 10001100 | 0 | 110101 | 101100 | 10 | 101011110 | 1011110 | 1001000 |
Color Harmonies of #FB768C
Complementary color
Monochromatic Colors of #FB768C
Black with #FB768C
Text Example
Text Example
White with #FB768C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB768C; }
p { color: rgb(251,118,140); }
H1.HeaderClassName
{
color: #FB768C;
}
.AnyTagClassName
{
color: #FB768C;
}
</style>
background-color css
<style>
a { background-color: #FB768C; }
a { background-color: rgb(251,118,140); }
div.DivClassName
{
background-color: #FB768C;
}
.BgClassName
{
background-color: #FB768C;
}
</style>
border-color css
<style>
span { border-color: #FB768C; }
span { border-color: rgb(251,118,140); }
td.TdClassName
{
border-color: #FB768C;
}
.TagClassName
{
border-color: #FB768C;
}
</style>