#FA818E

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

Shades of Wewak #FA818E

Tints of Wewak #FA818E

Color information

#FA818E (or 0xFA818E) is unknown color: approx Wewak. HEX triplet: FA, 81 and 8E. RGB value is (250,129,142). Sum of RGB (Red+Green+Blue) = 250+129+142=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FA818E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA818E is #057E71. Grayscale: #A6A6A6. Windows color (decimal): -360050 or 9339386. OLE color: 9339386.

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

Color convert

RGB250129142-
CMYK00.480.430.02
HSL353.55º92.37%74.31%-
HSV(B)353.55º48.4%98.04%-
XYZ52.1637.9830.17-
YUV166.66114.09187.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.98%
GREEN value IS 129 (50.78% from 255) = 24.76%
BLUE value IS 142 (55.86% from 255) = 27.26%
R=47.98%
G=24.76%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012914200.480.430.02353.5592.3774.31
HexFA818E0302B21625c4a
Octal372201216060532542134112
Binary11111010100000011000111001100001010111010110001010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA818E; }

 p { color: rgb(250,129,142); }

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

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

 a { background-color: rgb(250,129,142); }

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

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

 span { border-color: rgb(250,129,142); }

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