#FA99A5

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

Shades of Wewak #FA99A5

Tints of Wewak #FA99A5

Color information

#FA99A5 (or 0xFA99A5) is unknown color: approx Wewak. HEX triplet: FA, 99 and A5. RGB value is (250,153,165). Sum of RGB (Red+Green+Blue) = 250+153+165=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 165 (64.84% from 255 or 29.05% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA99A5 is #05665A. Grayscale: #B7B7B7. Windows color (decimal): -353883 or 10852858. OLE color: 10852858.

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

Color convert

RGB250153165-
CMYK00.390.340.02
HSL352.58º90.65%79.02%-
HSV(B)352.58º38.8%98.04%-
XYZ57.6145.8241.41-
YUV183.37117.64175.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.01%
GREEN value IS 153 (60.16% from 255) = 26.94%
BLUE value IS 165 (64.84% from 255) = 29.05%
R=44.01%
G=26.94%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015316500.390.340.02352.5890.6579.02
HexFA99A50272221615b4f
Octal372231245047422541133117
Binary11111010100110011010010101001111000101010110000110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA99A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA99A5; }

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

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

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

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

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

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

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

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