#FA8D9E

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

Shades of Wewak #FA8D9E

Tints of Wewak #FA8D9E

Color information

#FA8D9E (or 0xFA8D9E) is unknown color: approx Wewak. HEX triplet: FA, 8D and 9E. RGB value is (250,141,158). Sum of RGB (Red+Green+Blue) = 250+141+158=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 158 (62.11% from 255 or 28.78% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8D9E is #057261. Grayscale: #AFAFAF. Windows color (decimal): -356962 or 10391034. OLE color: 10391034.

HSL color Cylindrical-coordinate representation of color #FA8D9E: hue angle of 350.64º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8D9E is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB250141158-
CMYK00.440.370.02
HSL350.64º91.6%76.67%-
HSV(B)350.64º43.6%98.04%-
XYZ55.1241.8437.52-
YUV175.53118.11181.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.54%
GREEN value IS 141 (55.47% from 255) = 25.68%
BLUE value IS 158 (62.11% from 255) = 28.78%
R=45.54%
G=25.68%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014115800.440.370.02350.6491.676.67
HexFA8D9E02C25215f5c4d
Octal372215236054452537134115
Binary11111010100011011001111001011001001011010101111110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8D9E; }

 p { color: rgb(250,141,158); }

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

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

 a { background-color: rgb(250,141,158); }

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

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

 span { border-color: rgb(250,141,158); }

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