Shades of Carissma #FC7B86
Tints of Carissma #FC7B86
RGB
CMYK
RGB Variations
Color information
#FC7B86 (or 0xFC7B86) is known color: Carissma. HEX triplet: FC, 7B and 86. RGB value is (252,123,134). Sum of RGB (Red+Green+Blue) = 252+123+134=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7B86 is #038479. Grayscale: #A2A2A2. Windows color (decimal): -230522 or 8813564. OLE color: 8813564.
HSL color Cylindrical-coordinate representation of color #FC7B86: hue angle of 354.88º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC7B86 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 134 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.01 |
| HSL | 354.88º | 0.96% | 0.74% | - |
| HSV(B) | 354.88º | 0.51% | 0.99% | - |
| XYZ | 51.53 | 36.58 | 26.9 | - |
| YUV | 162.83 | 111.74 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 134 | 0 | 0.51 | 0.47 | 0.01 | 354.88 | 0.96 | 0.74 |
| Hex | FC | 7B | 86 | 0 | 33 | 2F | 1 | 163 | 60 | 4A |
| Octal | 374 | 173 | 206 | 0 | 63 | 57 | 1 | 543 | 140 | 112 |
| Binary | 11111100 | 1111011 | 10000110 | 0 | 110011 | 101111 | 1 | 101100011 | 1100000 | 1001010 |
Color Harmonies of #FC7B86
Complementary color
Monochromatic Colors of #FC7B86
Black with #FC7B86
Text Example
Text Example
White with #FC7B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7B86; }
p { color: rgb(252,123,134); }
H1.HeaderClassName
{
color: #FC7B86;
}
.AnyTagClassName
{
color: #FC7B86;
}
</style>
background-color css
<style>
a { background-color: #FC7B86; }
a { background-color: rgb(252,123,134); }
div.DivClassName
{
background-color: #FC7B86;
}
.BgClassName
{
background-color: #FC7B86;
}
</style>
border-color css
<style>
span { border-color: #FC7B86; }
span { border-color: rgb(252,123,134); }
td.TdClassName
{
border-color: #FC7B86;
}
.TagClassName
{
border-color: #FC7B86;
}
</style>