#FA858D

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

Shades of Wewak #FA858D

Tints of Wewak #FA858D

Color information

#FA858D (or 0xFA858D) is unknown color: approx Wewak. HEX triplet: FA, 85 and 8D. RGB value is (250,133,141). Sum of RGB (Red+Green+Blue) = 250+133+141=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FA858D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA858D is #057A72. Grayscale: #A8A8A8. Windows color (decimal): -359027 or 9274874. OLE color: 9274874.

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

Color convert

RGB250133141-
CMYK00.470.440.02
HSL355.9º92.13%75.1%-
HSV(B)355.9º46.8%98.04%-
XYZ52.6239.0229.96-
YUV168.9112.26185.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.71%
GREEN value IS 133 (52.34% from 255) = 25.38%
BLUE value IS 141 (55.47% from 255) = 26.91%
R=47.71%
G=25.38%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013314100.470.440.02355.992.1375.1
HexFA858D02F2C21645c4b
Octal372205215057542544134113
Binary11111010100001011000110101011111011001010110010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA858D; }

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

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

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

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

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

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

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

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