#FA8B85

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

Shades of Sweet Pink #FA8B85

Tints of Sweet Pink #FA8B85

Color information

#FA8B85 (or 0xFA8B85) is unknown color: approx Sweet Pink. HEX triplet: FA, 8B and 85. RGB value is (250,139,133). Sum of RGB (Red+Green+Blue) = 250+139+133=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8B85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8B85 is #05747A. Grayscale: #ABABAB. Windows color (decimal): -357499 or 8752122. OLE color: 8752122.

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

Color convert

RGB250139133-
CMYK00.440.470.02
HSL3.08º92.13%75.1%-
HSV(B)3.08º46.8%98.04%-
XYZ52.8940.4827.22-
YUV171.5106.27183.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.89%
GREEN value IS 139 (54.69% from 255) = 26.63%
BLUE value IS 133 (52.34% from 255) = 25.48%
R=47.89%
G=26.63%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013913300.440.470.023.0892.1375.1
HexFA8B8502C2F235c4b
Octal3722132050545723134113
Binary1111101010001011100001010101100101111101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8B85; }

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

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

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

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

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

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

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

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