#FA858E

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

Shades of Wewak #FA858E

Tints of Wewak #FA858E

Color information

#FA858E (or 0xFA858E) is unknown color: approx Wewak. HEX triplet: FA, 85 and 8E. RGB value is (250,133,142). Sum of RGB (Red+Green+Blue) = 250+133+142=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FA858E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA858E is #057A71. Grayscale: #A9A9A9. Windows color (decimal): -359026 or 9340410. OLE color: 9340410.

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

Color convert

RGB250133142-
CMYK00.470.430.02
HSL355.38º92.13%75.1%-
HSV(B)355.38º46.8%98.04%-
XYZ52.6939.0530.35-
YUV169.01112.76185.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.62%
GREEN value IS 133 (52.34% from 255) = 25.33%
BLUE value IS 142 (55.86% from 255) = 27.05%
R=47.62%
G=25.33%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013314200.470.430.02355.3892.1375.1
HexFA858E02F2B21635c4b
Octal372205216057532543134113
Binary11111010100001011000111001011111010111010110001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA858E; }

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

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

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

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

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

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

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

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