#FA878E

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

Shades of Wewak #FA878E

Tints of Wewak #FA878E

Color information

#FA878E (or 0xFA878E) is unknown color: approx Wewak. HEX triplet: FA, 87 and 8E. RGB value is (250,135,142). Sum of RGB (Red+Green+Blue) = 250+135+142=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FA878E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA878E is #057871. Grayscale: #AAAAAA. Windows color (decimal): -358514 or 9340922. OLE color: 9340922.

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

Color convert

RGB250135142-
CMYK00.460.430.02
HSL356.35º92%75.49%-
HSV(B)356.35º46%98.04%-
XYZ52.9739.630.44-
YUV170.18112.1184.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.44%
GREEN value IS 135 (53.12% from 255) = 25.62%
BLUE value IS 142 (55.86% from 255) = 26.94%
R=47.44%
G=25.62%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013514200.460.430.02356.359275.49
HexFA878E02E2B21645c4b
Octal372207216056532544134113
Binary11111010100001111000111001011101010111010110010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA878E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA878E; }

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

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

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

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

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

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

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

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