#FA8D89

Color #FA8D89 Sweet Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Pink #FA8D89

Tints of Sweet Pink #FA8D89

Color information

#FA8D89 (or 0xFA8D89) is unknown color: approx Sweet Pink. HEX triplet: FA, 8D and 89. RGB value is (250,141,137). Sum of RGB (Red+Green+Blue) = 250+141+137=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 137 (53.91% from 255 or 25.95% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8D89 is #057276. Grayscale: #ADADAD. Windows color (decimal): -356983 or 9014778. OLE color: 9014778.

HSL color Cylindrical-coordinate representation of color #FA8D89: hue angle of 2.12º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FA8D89 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB250141137-
CMYK00.440.450.02
HSL2.12º91.87%75.88%-
HSV(B)2.12º45.2%98.04%-
XYZ53.4641.1828.8-
YUV173.14107.61182.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 47.35%
GREEN value IS 141 (55.47% from 255) = 26.70%
BLUE value IS 137 (53.91% from 255) = 25.95%
R=47.35%
G=26.70%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014113700.440.450.022.1291.8775.88
HexFA8D8902C2D225c4c
Octal3722152110545522134114
Binary1111101010001101100010010101100101101101010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8D89; }

 p { color: rgb(250,141,137); }

 H1.HeaderClassName
 {
   color: #FA8D89;
 }
 .AnyTagClassName
 {
   color: #FA8D89;
 }
</style>
background-color css

<style>
 a { background-color: #FA8D89; }

 a { background-color: rgb(250,141,137); }

 div.DivClassName
 {
   background-color: #FA8D89;
 }
 .BgClassName
 {
   background-color: #FA8D89;
 }
</style>
border-color css

<style>
 span { border-color: #FA8D89; }

 span { border-color: rgb(250,141,137); }

 td.TdClassName
 {
   border-color: #FA8D89;
 }
 .TagClassName
 {
   border-color: #FA8D89;
 }
</style>