#FA8B86

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

Shades of Sweet Pink #FA8B86

Tints of Sweet Pink #FA8B86

Color information

#FA8B86 (or 0xFA8B86) is unknown color: approx Sweet Pink. HEX triplet: FA, 8B and 86. RGB value is (250,139,134). Sum of RGB (Red+Green+Blue) = 250+139+134=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 134 (52.73% from 255 or 25.62% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8B86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8B86 is #057479. Grayscale: #ABABAB. Windows color (decimal): -357498 or 8817658. OLE color: 8817658.

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

Color convert

RGB250139134-
CMYK00.440.460.02
HSL2.59º92.06%75.29%-
HSV(B)2.59º46.4%98.04%-
XYZ52.9640.5127.58-
YUV171.62106.77183.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.80%
GREEN value IS 139 (54.69% from 255) = 26.58%
BLUE value IS 134 (52.73% from 255) = 25.62%
R=47.80%
G=26.58%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013913400.440.460.022.5992.0675.29
HexFA8B8602C2E235c4b
Octal3722132060545623134113
Binary1111101010001011100001100101100101110101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8B86; }

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

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

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

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

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

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

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

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