Shades of Carissma #FD7D86
Tints of Carissma #FD7D86
RGB
CMYK
RGB Variations
Color information
#FD7D86 (or 0xFD7D86) is known color: Carissma. HEX triplet: FD, 7D and 86. RGB value is (253,125,134). Sum of RGB (Red+Green+Blue) = 253+125+134=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7D86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7D86 is #028279. Grayscale: #A4A4A4. Windows color (decimal): -164474 or 8814077. OLE color: 8814077.
HSL color Cylindrical-coordinate representation of color #FD7D86: hue angle of 355.78º 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 #FD7D86 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 125 | 134 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.01 |
| HSL | 355.78º | 0.97% | 0.74% | - |
| HSV(B) | 355.78º | 0.51% | 0.99% | - |
| XYZ | 52.14 | 37.27 | 27 | - |
| YUV | 164.3 | 110.91 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 125 | 134 | 0 | 0.51 | 0.47 | 0.01 | 355.78 | 0.97 | 0.74 |
| Hex | FD | 7D | 86 | 0 | 33 | 2F | 1 | 164 | 61 | 4A |
| Octal | 375 | 175 | 206 | 0 | 63 | 57 | 1 | 544 | 141 | 112 |
| Binary | 11111101 | 1111101 | 10000110 | 0 | 110011 | 101111 | 1 | 101100100 | 1100001 | 1001010 |
Color Harmonies of #FD7D86
Complementary color
Monochromatic Colors of #FD7D86
Black with #FD7D86
Text Example
Text Example
White with #FD7D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7D86; }
p { color: rgb(253,125,134); }
H1.HeaderClassName
{
color: #FD7D86;
}
.AnyTagClassName
{
color: #FD7D86;
}
</style>
background-color css
<style>
a { background-color: #FD7D86; }
a { background-color: rgb(253,125,134); }
div.DivClassName
{
background-color: #FD7D86;
}
.BgClassName
{
background-color: #FD7D86;
}
</style>
border-color css
<style>
span { border-color: #FD7D86; }
span { border-color: rgb(253,125,134); }
td.TdClassName
{
border-color: #FD7D86;
}
.TagClassName
{
border-color: #FD7D86;
}
</style>