#FA8A8E

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

Shades of Wewak #FA8A8E

Tints of Wewak #FA8A8E

Color information

#FA8A8E (or 0xFA8A8E) is unknown color: approx Wewak. HEX triplet: FA, 8A and 8E. RGB value is (250,138,142). Sum of RGB (Red+Green+Blue) = 250+138+142=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8A8E is #057571. Grayscale: #ACACAC. Windows color (decimal): -357746 or 9341690. OLE color: 9341690.

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

Color convert

RGB250138142-
CMYK00.450.430.02
HSL357.86º91.8%76.08%-
HSV(B)357.86º44.8%98.04%-
XYZ53.440.4530.59-
YUV171.94111.11183.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.17%
GREEN value IS 138 (54.30% from 255) = 26.04%
BLUE value IS 142 (55.86% from 255) = 26.79%
R=47.17%
G=26.04%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013814200.450.430.02357.8691.876.08
HexFA8A8E02D2B21665c4c
Octal372212216055532546134114
Binary11111010100010101000111001011011010111010110011010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8A8E; }

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

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

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

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

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

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

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

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