#FA878D

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

Shades of Wewak #FA878D

Tints of Wewak #FA878D

Color information

#FA878D (or 0xFA878D) is unknown color: approx Wewak. HEX triplet: FA, 87 and 8D. RGB value is (250,135,141). Sum of RGB (Red+Green+Blue) = 250+135+141=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 135 (53.12% from 255 or 25.67% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FA878D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA878D is #057872. Grayscale: #AAAAAA. Windows color (decimal): -358515 or 9275386. OLE color: 9275386.

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

Color convert

RGB250135141-
CMYK00.460.440.02
HSL356.87º92%75.49%-
HSV(B)356.87º46%98.04%-
XYZ52.939.5830.05-
YUV170.07111.6185.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.53%
GREEN value IS 135 (53.12% from 255) = 25.67%
BLUE value IS 141 (55.47% from 255) = 26.81%
R=47.53%
G=25.67%
B=26.81%

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
Decimal25013514100.460.440.02356.879275.49
HexFA878D02E2C21655c4b
Octal372207215056542545134113
Binary11111010100001111000110101011101011001010110010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA878D; }

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

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

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

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

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

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

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

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