Shades of Carissma #FB7E8E
Tints of Carissma #FB7E8E
RGB
CMYK
RGB Variations
Color information
#FB7E8E (or 0xFB7E8E) is known color: Carissma. HEX triplet: FB, 7E and 8E. RGB value is (251,126,142). Sum of RGB (Red+Green+Blue) = 251+126+142=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 126 (49.61% from 255 or 24.28% from 519); Blue value is 142 (55.86% from 255 or 27.36% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7E8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7E8E is #048171. Grayscale: #A5A5A5. Windows color (decimal): -295282 or 9338619. OLE color: 9338619.
HSL color Cylindrical-coordinate representation of color #FB7E8E: hue angle of 352.32º 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 #FB7E8E is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 126 | 142 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.02 |
| HSL | 352.32º | 0.94% | 0.74% | - |
| HSV(B) | 352.32º | 0.5% | 0.98% | - |
| XYZ | 52.13 | 37.38 | 30.06 | - |
| YUV | 165.2 | 114.91 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 126 | 142 | 0 | 0.50 | 0.43 | 0.02 | 352.32 | 0.94 | 0.74 |
| Hex | FB | 7E | 8E | 0 | 32 | 2B | 2 | 160 | 5E | 4A |
| Octal | 373 | 176 | 216 | 0 | 62 | 53 | 2 | 540 | 136 | 112 |
| Binary | 11111011 | 1111110 | 10001110 | 0 | 110010 | 101011 | 10 | 101100000 | 1011110 | 1001010 |
Color Harmonies of #FB7E8E
Complementary color
Monochromatic Colors of #FB7E8E
Black with #FB7E8E
Text Example
Text Example
White with #FB7E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7E8E; }
p { color: rgb(251,126,142); }
H1.HeaderClassName
{
color: #FB7E8E;
}
.AnyTagClassName
{
color: #FB7E8E;
}
</style>
background-color css
<style>
a { background-color: #FB7E8E; }
a { background-color: rgb(251,126,142); }
div.DivClassName
{
background-color: #FB7E8E;
}
.BgClassName
{
background-color: #FB7E8E;
}
</style>
border-color css
<style>
span { border-color: #FB7E8E; }
span { border-color: rgb(251,126,142); }
td.TdClassName
{
border-color: #FB7E8E;
}
.TagClassName
{
border-color: #FB7E8E;
}
</style>