#FA8E9A

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

Shades of Wewak #FA8E9A

Tints of Wewak #FA8E9A

Color information

#FA8E9A (or 0xFA8E9A) is unknown color: approx Wewak. HEX triplet: FA, 8E and 9A. RGB value is (250,142,154). Sum of RGB (Red+Green+Blue) = 250+142+154=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8E9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8E9A is #057165. Grayscale: #AFAFAF. Windows color (decimal): -356710 or 10129146. OLE color: 10129146.

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

Color convert

RGB250142154-
CMYK00.430.380.02
HSL353.33º91.53%76.86%-
HSV(B)353.33º43.2%98.04%-
XYZ54.934235.78-
YUV175.66115.78181.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.79%
GREEN value IS 142 (55.86% from 255) = 26.01%
BLUE value IS 154 (60.55% from 255) = 28.21%
R=45.79%
G=26.01%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014215400.430.380.02353.3391.5376.86
HexFA8E9A02B2621615c4d
Octal372216232053462541134115
Binary11111010100011101001101001010111001101010110000110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8E9A; }

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

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

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

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

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

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

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

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