#FA908D

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

Shades of Sweet Pink #FA908D

Tints of Sweet Pink #FA908D

Color information

#FA908D (or 0xFA908D) is unknown color: approx Sweet Pink. HEX triplet: FA, 90 and 8D. RGB value is (250,144,141). Sum of RGB (Red+Green+Blue) = 250+144+141=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FA908D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA908D is #056F72. Grayscale: #AFAFAF. Windows color (decimal): -356211 or 9277690. OLE color: 9277690.

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

Color convert

RGB250144141-
CMYK00.420.440.02
HSL1.65º91.6%76.67%-
HSV(B)1.65º43.6%98.04%-
XYZ54.2142.1930.49-
YUV175.35108.62181.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.73%
GREEN value IS 144 (56.64% from 255) = 26.92%
BLUE value IS 141 (55.47% from 255) = 26.36%
R=46.73%
G=26.92%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014414100.420.440.021.6591.676.67
HexFA908D02A2C225c4d
Octal3722202150525422134115
Binary1111101010010000100011010101010101100101010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA908D; }

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

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

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

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

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

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

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

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