Shades of Carissma #FB7D88
Tints of Carissma #FB7D88
RGB
CMYK
RGB Variations
Color information
#FB7D88 (or 0xFB7D88) is known color: Carissma. HEX triplet: FB, 7D and 88. RGB value is (251,125,136). Sum of RGB (Red+Green+Blue) = 251+125+136=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7D88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7D88 is #048277. Grayscale: #A4A4A4. Windows color (decimal): -295544 or 8945147. OLE color: 8945147.
HSL color Cylindrical-coordinate representation of color #FB7D88: hue angle of 354.76º 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 #FB7D88 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 136 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.02 |
| HSL | 354.76º | 0.94% | 0.74% | - |
| HSV(B) | 354.76º | 0.5% | 0.98% | - |
| XYZ | 51.56 | 36.95 | 27.71 | - |
| YUV | 163.93 | 112.24 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 136 | 0 | 0.50 | 0.46 | 0.02 | 354.76 | 0.94 | 0.74 |
| Hex | FB | 7D | 88 | 0 | 32 | 2E | 2 | 163 | 5E | 4A |
| Octal | 373 | 175 | 210 | 0 | 62 | 56 | 2 | 543 | 136 | 112 |
| Binary | 11111011 | 1111101 | 10001000 | 0 | 110010 | 101110 | 10 | 101100011 | 1011110 | 1001010 |
Color Harmonies of #FB7D88
Complementary color
Monochromatic Colors of #FB7D88
Black with #FB7D88
Text Example
Text Example
White with #FB7D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7D88; }
p { color: rgb(251,125,136); }
H1.HeaderClassName
{
color: #FB7D88;
}
.AnyTagClassName
{
color: #FB7D88;
}
</style>
background-color css
<style>
a { background-color: #FB7D88; }
a { background-color: rgb(251,125,136); }
div.DivClassName
{
background-color: #FB7D88;
}
.BgClassName
{
background-color: #FB7D88;
}
</style>
border-color css
<style>
span { border-color: #FB7D88; }
span { border-color: rgb(251,125,136); }
td.TdClassName
{
border-color: #FB7D88;
}
.TagClassName
{
border-color: #FB7D88;
}
</style>