#FA999A

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

Shades of Wewak #FA999A

Tints of Wewak #FA999A

Color information

#FA999A (or 0xFA999A) is unknown color: approx Wewak. HEX triplet: FA, 99 and 9A. RGB value is (250,153,154). Sum of RGB (Red+Green+Blue) = 250+153+154=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FA999A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA999A is #056665. Grayscale: #B6B6B6. Windows color (decimal): -353894 or 10131962. OLE color: 10131962.

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

Color convert

RGB250153154-
CMYK00.390.380.02
HSL359.38º90.65%79.02%-
HSV(B)359.38º38.8%98.04%-
XYZ56.6545.4436.36-
YUV182.12112.14176.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.88%
GREEN value IS 153 (60.16% from 255) = 27.47%
BLUE value IS 154 (60.55% from 255) = 27.65%
R=44.88%
G=27.47%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015315400.390.380.02359.3890.6579.02
HexFA999A0272621675b4f
Octal372231232047462547133117
Binary11111010100110011001101001001111001101010110011110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA999A; }

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

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

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

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

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

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

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

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