#FA898E

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

Shades of Wewak #FA898E

Tints of Wewak #FA898E

Color information

#FA898E (or 0xFA898E) is unknown color: approx Wewak. HEX triplet: FA, 89 and 8E. RGB value is (250,137,142). Sum of RGB (Red+Green+Blue) = 250+137+142=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FA898E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA898E is #057671. Grayscale: #ABABAB. Windows color (decimal): -358002 or 9341434. OLE color: 9341434.

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

Color convert

RGB250137142-
CMYK00.450.430.02
HSL357.35º91.87%75.88%-
HSV(B)357.35º45.2%98.04%-
XYZ53.2540.1730.54-
YUV171.36111.44184.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.26%
GREEN value IS 137 (53.91% from 255) = 25.90%
BLUE value IS 142 (55.86% from 255) = 26.84%
R=47.26%
G=25.90%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013714200.450.430.02357.3591.8775.88
HexFA898E02D2B21655c4c
Octal372211216055532545134114
Binary11111010100010011000111001011011010111010110010110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA898E; }

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

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

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

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

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

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

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

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