Shades of Sweet Pink #FD8D8D
Tints of Sweet Pink #FD8D8D
RGB
CMYK
RGB Variations
Color information
#FD8D8D (or 0xFD8D8D) is known color: Sweet Pink. HEX triplet: FD, 8D and 8D. RGB value is (253,141,141). Sum of RGB (Red+Green+Blue) = 253+141+141=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8D8D is #027272. Grayscale: #AEAEAE. Windows color (decimal): -160371 or 9276925. OLE color: 9276925.
HSL color Cylindrical-coordinate representation of color #FD8D8D: hue angle of 0º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FD8D8D is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 141 | 141 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.01 |
| HSL | 0º | 0.97% | 0.77% | - |
| HSV(B) | 0º | 0.44% | 0.99% | - |
| XYZ | 54.84 | 41.86 | 30.39 | - |
| YUV | 174.49 | 109.11 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 141 | 141 | 0 | 0.44 | 0.44 | 0.01 | 0 | 0.97 | 0.77 |
| Hex | FD | 8D | 8D | 0 | 2C | 2C | 1 | 0 | 61 | 4D |
| Octal | 375 | 215 | 215 | 0 | 54 | 54 | 1 | 0 | 141 | 115 |
| Binary | 11111101 | 10001101 | 10001101 | 0 | 101100 | 101100 | 1 | 0 | 1100001 | 1001101 |
Color Harmonies of #FD8D8D
Complementary color
Monochromatic Colors of #FD8D8D
Black with #FD8D8D
Text Example
Text Example
White with #FD8D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8D8D; }
p { color: rgb(253,141,141); }
H1.HeaderClassName
{
color: #FD8D8D;
}
.AnyTagClassName
{
color: #FD8D8D;
}
</style>
background-color css
<style>
a { background-color: #FD8D8D; }
a { background-color: rgb(253,141,141); }
div.DivClassName
{
background-color: #FD8D8D;
}
.BgClassName
{
background-color: #FD8D8D;
}
</style>
border-color css
<style>
span { border-color: #FD8D8D; }
span { border-color: rgb(253,141,141); }
td.TdClassName
{
border-color: #FD8D8D;
}
.TagClassName
{
border-color: #FD8D8D;
}
</style>