Shades of Carissma #FD7B8B
Tints of Carissma #FD7B8B
RGB
CMYK
RGB Variations
Color information
#FD7B8B (or 0xFD7B8B) is known color: Carissma. HEX triplet: FD, 7B and 8B. RGB value is (253,123,139). Sum of RGB (Red+Green+Blue) = 253+123+139=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 123 (48.44% from 255 or 23.88% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7B8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7B8B is #028474. Grayscale: #A3A3A3. Windows color (decimal): -164981 or 9141245. OLE color: 9141245.
HSL color Cylindrical-coordinate representation of color #FD7B8B: hue angle of 352.62º 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 #FD7B8B is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 123 | 139 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.01 |
| HSL | 352.62º | 0.97% | 0.74% | - |
| HSV(B) | 352.62º | 0.51% | 0.99% | - |
| XYZ | 52.25 | 36.91 | 28.8 | - |
| YUV | 163.69 | 114.07 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 123 | 139 | 0 | 0.51 | 0.45 | 0.01 | 352.62 | 0.97 | 0.74 |
| Hex | FD | 7B | 8B | 0 | 33 | 2D | 1 | 161 | 61 | 4A |
| Octal | 375 | 173 | 213 | 0 | 63 | 55 | 1 | 541 | 141 | 112 |
| Binary | 11111101 | 1111011 | 10001011 | 0 | 110011 | 101101 | 1 | 101100001 | 1100001 | 1001010 |
Color Harmonies of #FD7B8B
Complementary color
Monochromatic Colors of #FD7B8B
Black with #FD7B8B
Text Example
Text Example
White with #FD7B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7B8B; }
p { color: rgb(253,123,139); }
H1.HeaderClassName
{
color: #FD7B8B;
}
.AnyTagClassName
{
color: #FD7B8B;
}
</style>
background-color css
<style>
a { background-color: #FD7B8B; }
a { background-color: rgb(253,123,139); }
div.DivClassName
{
background-color: #FD7B8B;
}
.BgClassName
{
background-color: #FD7B8B;
}
</style>
border-color css
<style>
span { border-color: #FD7B8B; }
span { border-color: rgb(253,123,139); }
td.TdClassName
{
border-color: #FD7B8B;
}
.TagClassName
{
border-color: #FD7B8B;
}
</style>