Shades of Carissma #FE7D86
Tints of Carissma #FE7D86
RGB
CMYK
RGB Variations
Color information
#FE7D86 (or 0xFE7D86) is known color: Carissma. HEX triplet: FE, 7D and 86. RGB value is (254,125,134). Sum of RGB (Red+Green+Blue) = 254+125+134=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7D86 is #018279. Grayscale: #A4A4A4. Windows color (decimal): -98938 or 8814078. OLE color: 8814078.
HSL color Cylindrical-coordinate representation of color #FE7D86: hue angle of 355.81º 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 #FE7D86 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 134 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.00 |
| HSL | 355.81º | 0.98% | 0.74% | - |
| HSV(B) | 355.81º | 0.51% | 1% | - |
| XYZ | 52.51 | 37.46 | 27.02 | - |
| YUV | 164.6 | 110.74 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 134 | 0 | 0.51 | 0.47 | 0.00 | 355.81 | 0.98 | 0.74 |
| Hex | FE | 7D | 86 | 0 | 33 | 2F | 0 | 164 | 62 | 4A |
| Octal | 376 | 175 | 206 | 0 | 63 | 57 | 0 | 544 | 142 | 112 |
| Binary | 11111110 | 1111101 | 10000110 | 0 | 110011 | 101111 | 0 | 101100100 | 1100010 | 1001010 |
Color Harmonies of #FE7D86
Complementary color
Monochromatic Colors of #FE7D86
Black with #FE7D86
Text Example
Text Example
White with #FE7D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7D86; }
p { color: rgb(254,125,134); }
H1.HeaderClassName
{
color: #FE7D86;
}
.AnyTagClassName
{
color: #FE7D86;
}
</style>
background-color css
<style>
a { background-color: #FE7D86; }
a { background-color: rgb(254,125,134); }
div.DivClassName
{
background-color: #FE7D86;
}
.BgClassName
{
background-color: #FE7D86;
}
</style>
border-color css
<style>
span { border-color: #FE7D86; }
span { border-color: rgb(254,125,134); }
td.TdClassName
{
border-color: #FE7D86;
}
.TagClassName
{
border-color: #FE7D86;
}
</style>