Shades of Carissma #FE7C8B
Tints of Carissma #FE7C8B
RGB
CMYK
RGB Variations
Color information
#FE7C8B (or 0xFE7C8B) is known color: Carissma. HEX triplet: FE, 7C and 8B. RGB value is (254,124,139). Sum of RGB (Red+Green+Blue) = 254+124+139=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7C8B is #018374. Grayscale: #A4A4A4. Windows color (decimal): -99189 or 9141502. OLE color: 9141502.
HSL color Cylindrical-coordinate representation of color #FE7C8B: hue angle of 353.08º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE7C8B is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 139 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.00 |
| HSL | 353.08º | 0.98% | 0.74% | - |
| HSV(B) | 353.08º | 0.51% | 1% | - |
| XYZ | 52.74 | 37.35 | 28.86 | - |
| YUV | 164.58 | 113.57 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 139 | 0 | 0.51 | 0.45 | 0.00 | 353.08 | 0.98 | 0.74 |
| Hex | FE | 7C | 8B | 0 | 33 | 2D | 0 | 161 | 62 | 4A |
| Octal | 376 | 174 | 213 | 0 | 63 | 55 | 0 | 541 | 142 | 112 |
| Binary | 11111110 | 1111100 | 10001011 | 0 | 110011 | 101101 | 0 | 101100001 | 1100010 | 1001010 |
Color Harmonies of #FE7C8B
Complementary color
Monochromatic Colors of #FE7C8B
Black with #FE7C8B
Text Example
Text Example
White with #FE7C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7C8B; }
p { color: rgb(254,124,139); }
H1.HeaderClassName
{
color: #FE7C8B;
}
.AnyTagClassName
{
color: #FE7C8B;
}
</style>
background-color css
<style>
a { background-color: #FE7C8B; }
a { background-color: rgb(254,124,139); }
div.DivClassName
{
background-color: #FE7C8B;
}
.BgClassName
{
background-color: #FE7C8B;
}
</style>
border-color css
<style>
span { border-color: #FE7C8B; }
span { border-color: rgb(254,124,139); }
td.TdClassName
{
border-color: #FE7C8B;
}
.TagClassName
{
border-color: #FE7C8B;
}
</style>