#FA898D

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

Shades of Wewak #FA898D

Tints of Wewak #FA898D

Color information

#FA898D (or 0xFA898D) is unknown color: approx Wewak. HEX triplet: FA, 89 and 8D. RGB value is (250,137,141). Sum of RGB (Red+Green+Blue) = 250+137+141=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FA898D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA898D is #057672. Grayscale: #ABABAB. Windows color (decimal): -358003 or 9275898. OLE color: 9275898.

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

Color convert

RGB250137141-
CMYK00.450.440.02
HSL357.88º91.87%75.88%-
HSV(B)357.88º45.2%98.04%-
XYZ53.1840.1430.14-
YUV171.24110.94184.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.35%
GREEN value IS 137 (53.91% from 255) = 25.95%
BLUE value IS 141 (55.47% from 255) = 26.70%
R=47.35%
G=25.95%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013714100.450.440.02357.8891.8775.88
HexFA898D02D2C21665c4c
Octal372211215055542546134114
Binary11111010100010011000110101011011011001010110011010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA898D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA898D; }

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

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

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

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

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

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

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

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