#FA8F8E

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

Shades of Sweet Pink #FA8F8E

Tints of Sweet Pink #FA8F8E

Color information

#FA8F8E (or 0xFA8F8E) is unknown color: approx Sweet Pink. HEX triplet: FA, 8F and 8E. RGB value is (250,143,142). Sum of RGB (Red+Green+Blue) = 250+143+142=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8F8E is #057071. Grayscale: #AEAEAE. Windows color (decimal): -356466 or 9342970. OLE color: 9342970.

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

Color convert

RGB250143142-
CMYK00.430.430.02
HSL0.56º91.53%76.86%-
HSV(B)0.56º43.2%98.04%-
XYZ54.1341.9230.83-
YUV174.88109.45181.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.73%
GREEN value IS 143 (56.25% from 255) = 26.73%
BLUE value IS 142 (55.86% from 255) = 26.54%
R=46.73%
G=26.73%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014314200.430.430.020.5691.5376.86
HexFA8F8E02B2B215c4d
Octal3722172160535321134115
Binary111110101000111110001110010101110101110110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8F8E; }

 p { color: rgb(250,143,142); }

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

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

 a { background-color: rgb(250,143,142); }

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

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

 span { border-color: rgb(250,143,142); }

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