Shades of Carissma #FD7E8E
Tints of Carissma #FD7E8E
RGB
CMYK
RGB Variations
Color information
#FD7E8E (or 0xFD7E8E) is known color: Carissma. HEX triplet: FD, 7E and 8E. RGB value is (253,126,142). Sum of RGB (Red+Green+Blue) = 253+126+142=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7E8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7E8E is #028171. Grayscale: #A5A5A5. Windows color (decimal): -164210 or 9338621. OLE color: 9338621.
HSL color Cylindrical-coordinate representation of color #FD7E8E: hue angle of 352.44º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FD7E8E is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 126 | 142 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.01 |
| HSL | 352.44º | 0.97% | 0.74% | - |
| HSV(B) | 352.44º | 0.5% | 0.99% | - |
| XYZ | 52.85 | 37.76 | 30.09 | - |
| YUV | 165.8 | 114.58 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 126 | 142 | 0 | 0.50 | 0.44 | 0.01 | 352.44 | 0.97 | 0.74 |
| Hex | FD | 7E | 8E | 0 | 32 | 2C | 1 | 160 | 61 | 4A |
| Octal | 375 | 176 | 216 | 0 | 62 | 54 | 1 | 540 | 141 | 112 |
| Binary | 11111101 | 1111110 | 10001110 | 0 | 110010 | 101100 | 1 | 101100000 | 1100001 | 1001010 |
Color Harmonies of #FD7E8E
Complementary color
Monochromatic Colors of #FD7E8E
Black with #FD7E8E
Text Example
Text Example
White with #FD7E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7E8E; }
p { color: rgb(253,126,142); }
H1.HeaderClassName
{
color: #FD7E8E;
}
.AnyTagClassName
{
color: #FD7E8E;
}
</style>
background-color css
<style>
a { background-color: #FD7E8E; }
a { background-color: rgb(253,126,142); }
div.DivClassName
{
background-color: #FD7E8E;
}
.BgClassName
{
background-color: #FD7E8E;
}
</style>
border-color css
<style>
span { border-color: #FD7E8E; }
span { border-color: rgb(253,126,142); }
td.TdClassName
{
border-color: #FD7E8E;
}
.TagClassName
{
border-color: #FD7E8E;
}
</style>