Shades of Carissma #FE7B8C
Tints of Carissma #FE7B8C
RGB
CMYK
RGB Variations
Color information
#FE7B8C (or 0xFE7B8C) is known color: Carissma. HEX triplet: FE, 7B and 8C. RGB value is (254,123,140). Sum of RGB (Red+Green+Blue) = 254+123+140=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7B8C is #018473. Grayscale: #A4A4A4. Windows color (decimal): -99444 or 9206782. OLE color: 9206782.
HSL color Cylindrical-coordinate representation of color #FE7B8C: hue angle of 352.21º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7B8C is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 140 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.00 |
| HSL | 352.21º | 0.98% | 0.74% | - |
| HSV(B) | 352.21º | 0.52% | 1% | - |
| XYZ | 52.69 | 37.13 | 29.2 | - |
| YUV | 164.11 | 114.4 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 140 | 0 | 0.52 | 0.45 | 0.00 | 352.21 | 0.98 | 0.74 |
| Hex | FE | 7B | 8C | 0 | 34 | 2D | 0 | 160 | 62 | 4A |
| Octal | 376 | 173 | 214 | 0 | 64 | 55 | 0 | 540 | 142 | 112 |
| Binary | 11111110 | 1111011 | 10001100 | 0 | 110100 | 101101 | 0 | 101100000 | 1100010 | 1001010 |
Color Harmonies of #FE7B8C
Complementary color
Monochromatic Colors of #FE7B8C
Black with #FE7B8C
Text Example
Text Example
White with #FE7B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7B8C; }
p { color: rgb(254,123,140); }
H1.HeaderClassName
{
color: #FE7B8C;
}
.AnyTagClassName
{
color: #FE7B8C;
}
</style>
background-color css
<style>
a { background-color: #FE7B8C; }
a { background-color: rgb(254,123,140); }
div.DivClassName
{
background-color: #FE7B8C;
}
.BgClassName
{
background-color: #FE7B8C;
}
</style>
border-color css
<style>
span { border-color: #FE7B8C; }
span { border-color: rgb(254,123,140); }
td.TdClassName
{
border-color: #FE7B8C;
}
.TagClassName
{
border-color: #FE7B8C;
}
</style>