Shades of Carissma #FE798B
Tints of Carissma #FE798B
RGB
CMYK
RGB Variations
Color information
#FE798B (or 0xFE798B) is known color: Carissma. HEX triplet: FE, 79 and 8B. RGB value is (254,121,139). Sum of RGB (Red+Green+Blue) = 254+121+139=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE798B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE798B is #018674. Grayscale: #A2A2A2. Windows color (decimal): -99957 or 9140734. OLE color: 9140734.
HSL color Cylindrical-coordinate representation of color #FE798B: hue angle of 351.88º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE798B is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 139 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.00 |
| HSL | 351.88º | 0.99% | 0.74% | - |
| HSV(B) | 351.88º | 0.52% | 1% | - |
| XYZ | 52.37 | 36.61 | 28.73 | - |
| YUV | 162.82 | 114.56 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 139 | 0 | 0.52 | 0.45 | 0.00 | 351.88 | 0.99 | 0.74 |
| Hex | FE | 79 | 8B | 0 | 34 | 2D | 0 | 160 | 63 | 4A |
| Octal | 376 | 171 | 213 | 0 | 64 | 55 | 0 | 540 | 143 | 112 |
| Binary | 11111110 | 1111001 | 10001011 | 0 | 110100 | 101101 | 0 | 101100000 | 1100011 | 1001010 |
Color Harmonies of #FE798B
Complementary color
Monochromatic Colors of #FE798B
Black with #FE798B
Text Example
Text Example
White with #FE798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE798B; }
p { color: rgb(254,121,139); }
H1.HeaderClassName
{
color: #FE798B;
}
.AnyTagClassName
{
color: #FE798B;
}
</style>
background-color css
<style>
a { background-color: #FE798B; }
a { background-color: rgb(254,121,139); }
div.DivClassName
{
background-color: #FE798B;
}
.BgClassName
{
background-color: #FE798B;
}
</style>
border-color css
<style>
span { border-color: #FE798B; }
span { border-color: rgb(254,121,139); }
td.TdClassName
{
border-color: #FE798B;
}
.TagClassName
{
border-color: #FE798B;
}
</style>