Shades of Carissma #FE788E
Tints of Carissma #FE788E
RGB
CMYK
RGB Variations
Color information
#FE788E (or 0xFE788E) is known color: Carissma. HEX triplet: FE, 78 and 8E. RGB value is (254,120,142). Sum of RGB (Red+Green+Blue) = 254+120+142=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE788E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE788E is #018771. Grayscale: #A2A2A2. Windows color (decimal): -100210 or 9337086. OLE color: 9337086.
HSL color Cylindrical-coordinate representation of color #FE788E: hue angle of 350.15º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE788E is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 142 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.00 |
| HSL | 350.15º | 0.99% | 0.73% | - |
| HSV(B) | 350.15º | 0.53% | 1% | - |
| XYZ | 52.47 | 36.46 | 29.86 | - |
| YUV | 162.57 | 116.39 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 142 | 0 | 0.53 | 0.44 | 0.00 | 350.15 | 0.99 | 0.73 |
| Hex | FE | 78 | 8E | 0 | 35 | 2C | 0 | 15E | 63 | 49 |
| Octal | 376 | 170 | 216 | 0 | 65 | 54 | 0 | 536 | 143 | 111 |
| Binary | 11111110 | 1111000 | 10001110 | 0 | 110101 | 101100 | 0 | 101011110 | 1100011 | 1001001 |
Color Harmonies of #FE788E
Complementary color
Monochromatic Colors of #FE788E
Black with #FE788E
Text Example
Text Example
White with #FE788E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE788E; }
p { color: rgb(254,120,142); }
H1.HeaderClassName
{
color: #FE788E;
}
.AnyTagClassName
{
color: #FE788E;
}
</style>
background-color css
<style>
a { background-color: #FE788E; }
a { background-color: rgb(254,120,142); }
div.DivClassName
{
background-color: #FE788E;
}
.BgClassName
{
background-color: #FE788E;
}
</style>
border-color css
<style>
span { border-color: #FE788E; }
span { border-color: rgb(254,120,142); }
td.TdClassName
{
border-color: #FE788E;
}
.TagClassName
{
border-color: #FE788E;
}
</style>