#FA908E

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

Shades of Sweet Pink #FA908E

Tints of Sweet Pink #FA908E

Color information

#FA908E (or 0xFA908E) is unknown color: approx Sweet Pink. HEX triplet: FA, 90 and 8E. RGB value is (250,144,142). Sum of RGB (Red+Green+Blue) = 250+144+142=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FA908E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA908E is #056F71. Grayscale: #AFAFAF. Windows color (decimal): -356210 or 9343226. OLE color: 9343226.

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

Color convert

RGB250144142-
CMYK00.420.430.02
HSL1.11º91.53%76.86%-
HSV(B)1.11º43.2%98.04%-
XYZ54.2842.2230.88-
YUV175.47109.12181.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.64%
GREEN value IS 144 (56.64% from 255) = 26.87%
BLUE value IS 142 (55.86% from 255) = 26.49%
R=46.64%
G=26.87%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014414200.420.430.021.1191.5376.86
HexFA908E02A2B215c4d
Octal3722202160525321134115
Binary111110101001000010001110010101010101110110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA908E; }

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

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

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

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

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

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

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

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