Shades of Carissma #FD798B
Tints of Carissma #FD798B
RGB
CMYK
RGB Variations
Color information
#FD798B (or 0xFD798B) is known color: Carissma. HEX triplet: FD, 79 and 8B. RGB value is (253,121,139). Sum of RGB (Red+Green+Blue) = 253+121+139=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 121 (47.66% from 255 or 23.59% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FD798B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD798B is #028674. Grayscale: #A2A2A2. Windows color (decimal): -165493 or 9140733. OLE color: 9140733.
HSL color Cylindrical-coordinate representation of color #FD798B: hue angle of 351.82º 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 #FD798B is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 121 | 139 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.01 |
| HSL | 351.82º | 0.97% | 0.73% | - |
| HSV(B) | 351.82º | 0.52% | 0.99% | - |
| XYZ | 52.01 | 36.42 | 28.72 | - |
| YUV | 162.52 | 114.73 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 121 | 139 | 0 | 0.52 | 0.45 | 0.01 | 351.82 | 0.97 | 0.73 |
| Hex | FD | 79 | 8B | 0 | 34 | 2D | 1 | 160 | 61 | 49 |
| Octal | 375 | 171 | 213 | 0 | 64 | 55 | 1 | 540 | 141 | 111 |
| Binary | 11111101 | 1111001 | 10001011 | 0 | 110100 | 101101 | 1 | 101100000 | 1100001 | 1001001 |
Color Harmonies of #FD798B
Complementary color
Monochromatic Colors of #FD798B
Black with #FD798B
Text Example
Text Example
White with #FD798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD798B; }
p { color: rgb(253,121,139); }
H1.HeaderClassName
{
color: #FD798B;
}
.AnyTagClassName
{
color: #FD798B;
}
</style>
background-color css
<style>
a { background-color: #FD798B; }
a { background-color: rgb(253,121,139); }
div.DivClassName
{
background-color: #FD798B;
}
.BgClassName
{
background-color: #FD798B;
}
</style>
border-color css
<style>
span { border-color: #FD798B; }
span { border-color: rgb(253,121,139); }
td.TdClassName
{
border-color: #FD798B;
}
.TagClassName
{
border-color: #FD798B;
}
</style>