Shades of Carissma #FD7D8B
Tints of Carissma #FD7D8B
RGB
CMYK
RGB Variations
Color information
#FD7D8B (or 0xFD7D8B) is known color: Carissma. HEX triplet: FD, 7D and 8B. RGB value is (253,125,139). Sum of RGB (Red+Green+Blue) = 253+125+139=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7D8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7D8B is #028274. Grayscale: #A4A4A4. Windows color (decimal): -164469 or 9141757. OLE color: 9141757.
HSL color Cylindrical-coordinate representation of color #FD7D8B: hue angle of 353.44º 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 #FD7D8B is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 125 | 139 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.01 |
| HSL | 353.44º | 0.97% | 0.74% | - |
| HSV(B) | 353.44º | 0.51% | 0.99% | - |
| XYZ | 52.5 | 37.41 | 28.88 | - |
| YUV | 164.87 | 113.41 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 125 | 139 | 0 | 0.51 | 0.45 | 0.01 | 353.44 | 0.97 | 0.74 |
| Hex | FD | 7D | 8B | 0 | 33 | 2D | 1 | 161 | 61 | 4A |
| Octal | 375 | 175 | 213 | 0 | 63 | 55 | 1 | 541 | 141 | 112 |
| Binary | 11111101 | 1111101 | 10001011 | 0 | 110011 | 101101 | 1 | 101100001 | 1100001 | 1001010 |
Color Harmonies of #FD7D8B
Complementary color
Monochromatic Colors of #FD7D8B
Black with #FD7D8B
Text Example
Text Example
White with #FD7D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7D8B; }
p { color: rgb(253,125,139); }
H1.HeaderClassName
{
color: #FD7D8B;
}
.AnyTagClassName
{
color: #FD7D8B;
}
</style>
background-color css
<style>
a { background-color: #FD7D8B; }
a { background-color: rgb(253,125,139); }
div.DivClassName
{
background-color: #FD7D8B;
}
.BgClassName
{
background-color: #FD7D8B;
}
</style>
border-color css
<style>
span { border-color: #FD7D8B; }
span { border-color: rgb(253,125,139); }
td.TdClassName
{
border-color: #FD7D8B;
}
.TagClassName
{
border-color: #FD7D8B;
}
</style>