#FA8B89

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

Shades of Sweet Pink #FA8B89

Tints of Sweet Pink #FA8B89

Color information

#FA8B89 (or 0xFA8B89) is unknown color: approx Sweet Pink. HEX triplet: FA, 8B and 89. RGB value is (250,139,137). Sum of RGB (Red+Green+Blue) = 250+139+137=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 137 (53.91% from 255 or 26.05% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8B89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8B89 is #057476. Grayscale: #ACACAC. Windows color (decimal): -357495 or 9014266. OLE color: 9014266.

HSL color Cylindrical-coordinate representation of color #FA8B89: hue angle of 1.06º 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 #FA8B89 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB250139137-
CMYK00.440.450.02
HSL1.06º91.87%75.88%-
HSV(B)1.06º45.2%98.04%-
XYZ53.1740.628.7-
YUV171.96108.27183.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.53%
GREEN value IS 139 (54.69% from 255) = 26.43%
BLUE value IS 137 (53.91% from 255) = 26.05%
R=47.53%
G=26.43%
B=26.05%

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
Decimal25013913700.440.450.021.0691.8775.88
HexFA8B8902C2D215c4c
Octal3722132110545521134114
Binary111110101000101110001001010110010110110110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8B89; }

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

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

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

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

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

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

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

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