Shades of Carissma #FD798C
Tints of Carissma #FD798C
RGB
CMYK
RGB Variations
Color information
#FD798C (or 0xFD798C) is known color: Carissma. HEX triplet: FD, 79 and 8C. RGB value is (253,121,140). Sum of RGB (Red+Green+Blue) = 253+121+140=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FD798C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD798C is #028673. Grayscale: #A2A2A2. Windows color (decimal): -165492 or 9206269. OLE color: 9206269.
HSL color Cylindrical-coordinate representation of color #FD798C: hue angle of 351.36º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FD798C is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 121 | 140 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.01 |
| HSL | 351.36º | 0.97% | 0.73% | - |
| HSV(B) | 351.36º | 0.52% | 0.99% | - |
| XYZ | 52.08 | 36.45 | 29.1 | - |
| YUV | 162.63 | 115.23 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 121 | 140 | 0 | 0.52 | 0.45 | 0.01 | 351.36 | 0.97 | 0.73 |
| Hex | FD | 79 | 8C | 0 | 34 | 2D | 1 | 15F | 61 | 49 |
| Octal | 375 | 171 | 214 | 0 | 64 | 55 | 1 | 537 | 141 | 111 |
| Binary | 11111101 | 1111001 | 10001100 | 0 | 110100 | 101101 | 1 | 101011111 | 1100001 | 1001001 |
Color Harmonies of #FD798C
Complementary color
Monochromatic Colors of #FD798C
Black with #FD798C
Text Example
Text Example
White with #FD798C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD798C; }
p { color: rgb(253,121,140); }
H1.HeaderClassName
{
color: #FD798C;
}
.AnyTagClassName
{
color: #FD798C;
}
</style>
background-color css
<style>
a { background-color: #FD798C; }
a { background-color: rgb(253,121,140); }
div.DivClassName
{
background-color: #FD798C;
}
.BgClassName
{
background-color: #FD798C;
}
</style>
border-color css
<style>
span { border-color: #FD798C; }
span { border-color: rgb(253,121,140); }
td.TdClassName
{
border-color: #FD798C;
}
.TagClassName
{
border-color: #FD798C;
}
</style>