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