Shades of Sweet Pink #FC8D8D
Tints of Sweet Pink #FC8D8D
RGB
CMYK
RGB Variations
Color information
#FC8D8D (or 0xFC8D8D) is known color: Sweet Pink. HEX triplet: FC, 8D and 8D. RGB value is (252,141,141). Sum of RGB (Red+Green+Blue) = 252+141+141=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8D8D is #037272. Grayscale: #AEAEAE. Windows color (decimal): -225907 or 9276924. OLE color: 9276924.
HSL color Cylindrical-coordinate representation of color #FC8D8D: hue angle of 0º degrees, saturation: 0.95, 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 #FC8D8D is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 141 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.01 |
| HSL | 0º | 0.95% | 0.77% | - |
| HSV(B) | 0º | 0.44% | 0.99% | - |
| XYZ | 54.48 | 41.67 | 30.37 | - |
| YUV | 174.19 | 109.27 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 141 | 0 | 0.44 | 0.44 | 0.01 | 0 | 0.95 | 0.77 |
| Hex | FC | 8D | 8D | 0 | 2C | 2C | 1 | 0 | 5F | 4D |
| Octal | 374 | 215 | 215 | 0 | 54 | 54 | 1 | 0 | 137 | 115 |
| Binary | 11111100 | 10001101 | 10001101 | 0 | 101100 | 101100 | 1 | 0 | 1011111 | 1001101 |
Color Harmonies of #FC8D8D
Complementary color
Monochromatic Colors of #FC8D8D
Black with #FC8D8D
Text Example
Text Example
White with #FC8D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8D8D; }
p { color: rgb(252,141,141); }
H1.HeaderClassName
{
color: #FC8D8D;
}
.AnyTagClassName
{
color: #FC8D8D;
}
</style>
background-color css
<style>
a { background-color: #FC8D8D; }
a { background-color: rgb(252,141,141); }
div.DivClassName
{
background-color: #FC8D8D;
}
.BgClassName
{
background-color: #FC8D8D;
}
</style>
border-color css
<style>
span { border-color: #FC8D8D; }
span { border-color: rgb(252,141,141); }
td.TdClassName
{
border-color: #FC8D8D;
}
.TagClassName
{
border-color: #FC8D8D;
}
</style>