#FA878B

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

Shades of Wewak #FA878B

Tints of Wewak #FA878B

Color information

#FA878B (or 0xFA878B) is unknown color: approx Wewak. HEX triplet: FA, 87 and 8B. RGB value is (250,135,139). Sum of RGB (Red+Green+Blue) = 250+135+139=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 135 (53.12% from 255 or 25.76% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FA878B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA878B is #057874. Grayscale: #A9A9A9. Windows color (decimal): -358517 or 9144314. OLE color: 9144314.

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

Color convert

RGB250135139-
CMYK00.460.440.02
HSL357.91º92%75.49%-
HSV(B)357.91º46%98.04%-
XYZ52.7539.5229.27-
YUV169.84110.6185.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.71%
GREEN value IS 135 (53.12% from 255) = 25.76%
BLUE value IS 139 (54.69% from 255) = 26.53%
R=47.71%
G=25.76%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013513900.460.440.02357.919275.49
HexFA878B02E2C21665c4b
Octal372207213056542546134113
Binary11111010100001111000101101011101011001010110011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA878B; }

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

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

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

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

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

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

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

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