Shades of Carissma #FB7D8D
Tints of Carissma #FB7D8D
RGB
CMYK
RGB Variations
Color information
#FB7D8D (or 0xFB7D8D) is known color: Carissma. HEX triplet: FB, 7D and 8D. RGB value is (251,125,141). Sum of RGB (Red+Green+Blue) = 251+125+141=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7D8D is #048272. Grayscale: #A4A4A4. Windows color (decimal): -295539 or 9272827. OLE color: 9272827.
HSL color Cylindrical-coordinate representation of color #FB7D8D: hue angle of 352.38º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB7D8D is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 141 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.02 |
| HSL | 352.38º | 0.94% | 0.74% | - |
| HSV(B) | 352.38º | 0.5% | 0.98% | - |
| XYZ | 51.93 | 37.1 | 29.62 | - |
| YUV | 164.5 | 114.74 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 141 | 0 | 0.50 | 0.44 | 0.02 | 352.38 | 0.94 | 0.74 |
| Hex | FB | 7D | 8D | 0 | 32 | 2C | 2 | 160 | 5E | 4A |
| Octal | 373 | 175 | 215 | 0 | 62 | 54 | 2 | 540 | 136 | 112 |
| Binary | 11111011 | 1111101 | 10001101 | 0 | 110010 | 101100 | 10 | 101100000 | 1011110 | 1001010 |
Color Harmonies of #FB7D8D
Complementary color
Monochromatic Colors of #FB7D8D
Black with #FB7D8D
Text Example
Text Example
White with #FB7D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7D8D; }
p { color: rgb(251,125,141); }
H1.HeaderClassName
{
color: #FB7D8D;
}
.AnyTagClassName
{
color: #FB7D8D;
}
</style>
background-color css
<style>
a { background-color: #FB7D8D; }
a { background-color: rgb(251,125,141); }
div.DivClassName
{
background-color: #FB7D8D;
}
.BgClassName
{
background-color: #FB7D8D;
}
</style>
border-color css
<style>
span { border-color: #FB7D8D; }
span { border-color: rgb(251,125,141); }
td.TdClassName
{
border-color: #FB7D8D;
}
.TagClassName
{
border-color: #FB7D8D;
}
</style>