#FA8898

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

Shades of Wewak #FA8898

Tints of Wewak #FA8898

Color information

#FA8898 (or 0xFA8898) is unknown color: approx Wewak. HEX triplet: FA, 88 and 98. RGB value is (250,136,152). Sum of RGB (Red+Green+Blue) = 250+136+152=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 136 (53.52% from 255 or 25.28% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8898 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8898 is #057767. Grayscale: #ABABAB. Windows color (decimal): -358248 or 9996538. OLE color: 9996538.

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

Color convert

RGB250136152-
CMYK00.460.390.02
HSL351.58º91.94%75.69%-
HSV(B)351.58º45.6%98.04%-
XYZ53.940.234.62-
YUV171.91116.77183.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.47%
GREEN value IS 136 (53.52% from 255) = 25.28%
BLUE value IS 152 (59.77% from 255) = 28.25%
R=46.47%
G=25.28%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013615200.460.390.02351.5891.9475.69
HexFA889802E2721605c4c
Octal372210230056472540134114
Binary11111010100010001001100001011101001111010110000010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8898; }

 p { color: rgb(250,136,152); }

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

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

 a { background-color: rgb(250,136,152); }

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

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

 span { border-color: rgb(250,136,152); }

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