Shades of Carissma #FD7D8D
Tints of Carissma #FD7D8D
RGB
CMYK
RGB Variations
Color information
#FD7D8D (or 0xFD7D8D) is known color: Carissma. HEX triplet: FD, 7D and 8D. RGB value is (253,125,141). Sum of RGB (Red+Green+Blue) = 253+125+141=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7D8D is #028272. Grayscale: #A5A5A5. Windows color (decimal): -164467 or 9272829. OLE color: 9272829.
HSL color Cylindrical-coordinate representation of color #FD7D8D: hue angle of 352.5º 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 #FD7D8D is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 125 | 141 | - |
CMYK | 0 | 0.51 | 0.44 | 0.01 |
HSL | 352.5º | 0.97% | 0.74% | - |
HSV(B) | 352.5º | 0.51% | 0.99% | - |
XYZ | 52.65 | 37.47 | 29.66 | - |
YUV | 165.1 | 114.41 | 190.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 125 | 141 | 0 | 0.51 | 0.44 | 0.01 | 352.5 | 0.97 | 0.74 |
Hex | FD | 7D | 8D | 0 | 33 | 2C | 1 | 160 | 61 | 4A |
Octal | 375 | 175 | 215 | 0 | 63 | 54 | 1 | 540 | 141 | 112 |
Binary | 11111101 | 1111101 | 10001101 | 0 | 110011 | 101100 | 1 | 101100000 | 1100001 | 1001010 |
Color Harmonies of #FD7D8D
Complementary color
Monochromatic Colors of #FD7D8D
Black with #FD7D8D
Text Example
Text Example
White with #FD7D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7D8D; }
p { color: rgb(253,125,141); }
H1.HeaderClassName
{
color: #FD7D8D;
}
.AnyTagClassName
{
color: #FD7D8D;
}
</style>
background-color css
<style>
a { background-color: #FD7D8D; }
a { background-color: rgb(253,125,141); }
div.DivClassName
{
background-color: #FD7D8D;
}
.BgClassName
{
background-color: #FD7D8D;
}
</style>
border-color css
<style>
span { border-color: #FD7D8D; }
span { border-color: rgb(253,125,141); }
td.TdClassName
{
border-color: #FD7D8D;
}
.TagClassName
{
border-color: #FD7D8D;
}
</style>