Shades of Carissma #FD7C8C
Tints of Carissma #FD7C8C
RGB
CMYK
RGB Variations
Color information
#FD7C8C (or 0xFD7C8C) is known color: Carissma. HEX triplet: FD, 7C and 8C. RGB value is (253,124,140). Sum of RGB (Red+Green+Blue) = 253+124+140=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7C8C is #028373. Grayscale: #A4A4A4. Windows color (decimal): -164724 or 9207037. OLE color: 9207037.
HSL color Cylindrical-coordinate representation of color #FD7C8C: hue angle of 352.56º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD7C8C is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 124 | 140 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.01 |
| HSL | 352.56º | 0.97% | 0.74% | - |
| HSV(B) | 352.56º | 0.51% | 0.99% | - |
| XYZ | 52.45 | 37.19 | 29.23 | - |
| YUV | 164.4 | 114.24 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 124 | 140 | 0 | 0.51 | 0.45 | 0.01 | 352.56 | 0.97 | 0.74 |
| Hex | FD | 7C | 8C | 0 | 33 | 2D | 1 | 161 | 61 | 4A |
| Octal | 375 | 174 | 214 | 0 | 63 | 55 | 1 | 541 | 141 | 112 |
| Binary | 11111101 | 1111100 | 10001100 | 0 | 110011 | 101101 | 1 | 101100001 | 1100001 | 1001010 |
Color Harmonies of #FD7C8C
Complementary color
Monochromatic Colors of #FD7C8C
Black with #FD7C8C
Text Example
Text Example
White with #FD7C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7C8C; }
p { color: rgb(253,124,140); }
H1.HeaderClassName
{
color: #FD7C8C;
}
.AnyTagClassName
{
color: #FD7C8C;
}
</style>
background-color css
<style>
a { background-color: #FD7C8C; }
a { background-color: rgb(253,124,140); }
div.DivClassName
{
background-color: #FD7C8C;
}
.BgClassName
{
background-color: #FD7C8C;
}
</style>
border-color css
<style>
span { border-color: #FD7C8C; }
span { border-color: rgb(253,124,140); }
td.TdClassName
{
border-color: #FD7C8C;
}
.TagClassName
{
border-color: #FD7C8C;
}
</style>