#FA999D

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

Shades of Wewak #FA999D

Tints of Wewak #FA999D

Color information

#FA999D (or 0xFA999D) is unknown color: approx Wewak. HEX triplet: FA, 99 and 9D. RGB value is (250,153,157). Sum of RGB (Red+Green+Blue) = 250+153+157=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 157 (61.72% from 255 or 28.04% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FA999D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA999D is #056662. Grayscale: #B6B6B6. Windows color (decimal): -353891 or 10328570. OLE color: 10328570.

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

Color convert

RGB250153157-
CMYK00.390.370.02
HSL357.53º90.65%79.02%-
HSV(B)357.53º38.8%98.04%-
XYZ56.945.5437.69-
YUV182.46113.64176.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.64%
GREEN value IS 153 (60.16% from 255) = 27.32%
BLUE value IS 157 (61.72% from 255) = 28.04%
R=44.64%
G=27.32%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015315700.390.370.02357.5390.6579.02
HexFA999D0272521665b4f
Octal372231235047452546133117
Binary11111010100110011001110101001111001011010110011010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA999D; }

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

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

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

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

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

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

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

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