Shades of Sweet Pink #FA908D
Tints of Sweet Pink #FA908D
RGB
CMYK
RGB Variations
Color information
#FA908D (or 0xFA908D) is known color: Sweet Pink. HEX triplet: FA, 90 and 8D. RGB value is (250,144,141). Sum of RGB (Red+Green+Blue) = 250+144+141=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FA908D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA908D is #056F72. Grayscale: #AFAFAF. Windows color (decimal): -356211 or 9277690. OLE color: 9277690.
HSL color Cylindrical-coordinate representation of color #FA908D: hue angle of 1.65º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA908D is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 144 | 141 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.02 |
| HSL | 1.65º | 0.92% | 0.77% | - |
| HSV(B) | 1.65º | 0.44% | 0.98% | - |
| XYZ | 54.21 | 42.19 | 30.49 | - |
| YUV | 175.35 | 108.62 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 144 | 141 | 0 | 0.42 | 0.44 | 0.02 | 1.65 | 0.92 | 0.77 |
| Hex | FA | 90 | 8D | 0 | 2A | 2C | 2 | 2 | 5C | 4D |
| Octal | 372 | 220 | 215 | 0 | 52 | 54 | 2 | 2 | 134 | 115 |
| Binary | 11111010 | 10010000 | 10001101 | 0 | 101010 | 101100 | 10 | 10 | 1011100 | 1001101 |
Color Harmonies of #FA908D
Complementary color
Monochromatic Colors of #FA908D
Black with #FA908D
Text Example
Text Example
White with #FA908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA908D; }
p { color: rgb(250,144,141); }
H1.HeaderClassName
{
color: #FA908D;
}
.AnyTagClassName
{
color: #FA908D;
}
</style>
background-color css
<style>
a { background-color: #FA908D; }
a { background-color: rgb(250,144,141); }
div.DivClassName
{
background-color: #FA908D;
}
.BgClassName
{
background-color: #FA908D;
}
</style>
border-color css
<style>
span { border-color: #FA908D; }
span { border-color: rgb(250,144,141); }
td.TdClassName
{
border-color: #FA908D;
}
.TagClassName
{
border-color: #FA908D;
}
</style>