Shades of Sweet Pink #FA8D8C
Tints of Sweet Pink #FA8D8C
RGB
CMYK
RGB Variations
Color information
#FA8D8C (or 0xFA8D8C) is known color: Sweet Pink. HEX triplet: FA, 8D and 8C. RGB value is (250,141,140). Sum of RGB (Red+Green+Blue) = 250+141+140=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8D8C is #057273. Grayscale: #ADADAD. Windows color (decimal): -356980 or 9211386. OLE color: 9211386.
HSL color Cylindrical-coordinate representation of color #FA8D8C: hue angle of 0.55º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8D8C is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 140 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.02 |
| HSL | 0.55º | 0.92% | 0.76% | - |
| HSV(B) | 0.55º | 0.44% | 0.98% | - |
| XYZ | 53.68 | 41.27 | 29.95 | - |
| YUV | 173.48 | 109.11 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 140 | 0 | 0.44 | 0.44 | 0.02 | 0.55 | 0.92 | 0.76 |
| Hex | FA | 8D | 8C | 0 | 2C | 2C | 2 | 1 | 5C | 4C |
| Octal | 372 | 215 | 214 | 0 | 54 | 54 | 2 | 1 | 134 | 114 |
| Binary | 11111010 | 10001101 | 10001100 | 0 | 101100 | 101100 | 10 | 1 | 1011100 | 1001100 |
Color Harmonies of #FA8D8C
Complementary color
Monochromatic Colors of #FA8D8C
Black with #FA8D8C
Text Example
Text Example
White with #FA8D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8D8C; }
p { color: rgb(250,141,140); }
H1.HeaderClassName
{
color: #FA8D8C;
}
.AnyTagClassName
{
color: #FA8D8C;
}
</style>
background-color css
<style>
a { background-color: #FA8D8C; }
a { background-color: rgb(250,141,140); }
div.DivClassName
{
background-color: #FA8D8C;
}
.BgClassName
{
background-color: #FA8D8C;
}
</style>
border-color css
<style>
span { border-color: #FA8D8C; }
span { border-color: rgb(250,141,140); }
td.TdClassName
{
border-color: #FA8D8C;
}
.TagClassName
{
border-color: #FA8D8C;
}
</style>