#FA98A3

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

Shades of Wewak #FA98A3

Tints of Wewak #FA98A3

Color information

#FA98A3 (or 0xFA98A3) is unknown color: approx Wewak. HEX triplet: FA, 98 and A3. RGB value is (250,152,163). Sum of RGB (Red+Green+Blue) = 250+152+163=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 163 (64.06% from 255 or 28.85% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA98A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA98A3 is #05675C. Grayscale: #B6B6B6. Windows color (decimal): -354141 or 10721530. OLE color: 10721530.

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

Color convert

RGB250152163-
CMYK00.390.350.02
HSL353.27º90.74%78.82%-
HSV(B)353.27º39.2%98.04%-
XYZ57.2645.4240.4-
YUV182.56116.97176.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.25%
GREEN value IS 152 (59.77% from 255) = 26.90%
BLUE value IS 163 (64.06% from 255) = 28.85%
R=44.25%
G=26.90%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015216300.390.350.02353.2790.7478.82
HexFA98A30272321615b4f
Octal372230243047432541133117
Binary11111010100110001010001101001111000111010110000110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA98A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA98A3; }

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

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

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

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

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

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

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

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