#FA99A1

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

Shades of Wewak #FA99A1

Tints of Wewak #FA99A1

Color information

#FA99A1 (or 0xFA99A1) is unknown color: approx Wewak. HEX triplet: FA, 99 and A1. RGB value is (250,153,161). Sum of RGB (Red+Green+Blue) = 250+153+161=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 161 (63.28% from 255 or 28.55% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA99A1 is #05665E. Grayscale: #B6B6B6. Windows color (decimal): -353887 or 10590714. OLE color: 10590714.

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

Color convert

RGB250153161-
CMYK00.390.360.02
HSL355.05º90.65%79.02%-
HSV(B)355.05º38.8%98.04%-
XYZ57.2545.6839.52-
YUV182.91115.64175.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.33%
GREEN value IS 153 (60.16% from 255) = 27.13%
BLUE value IS 161 (63.28% from 255) = 28.55%
R=44.33%
G=27.13%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015316100.390.360.02355.0590.6579.02
HexFA99A10272421635b4f
Octal372231241047442543133117
Binary11111010100110011010000101001111001001010110001110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA99A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA99A1; }

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

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

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

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

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

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

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

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