#FA8D91

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

Shades of Wewak #FA8D91

Tints of Wewak #FA8D91

Color information

#FA8D91 (or 0xFA8D91) is unknown color: approx Wewak. HEX triplet: FA, 8D and 91. RGB value is (250,141,145). Sum of RGB (Red+Green+Blue) = 250+141+145=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 145 (57.03% from 255 or 27.05% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8D91 is #05726E. Grayscale: #AEAEAE. Windows color (decimal): -356975 or 9539066. OLE color: 9539066.

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

Color convert

RGB250141145-
CMYK00.440.420.02
HSL357.8º91.6%76.67%-
HSV(B)357.8º43.6%98.04%-
XYZ54.0641.4231.93-
YUV174.05111.61182.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.64%
GREEN value IS 141 (55.47% from 255) = 26.31%
BLUE value IS 145 (57.03% from 255) = 27.05%
R=46.64%
G=26.31%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014114500.440.420.02357.891.676.67
HexFA8D9102C2A21665c4d
Octal372215221054522546134115
Binary11111010100011011001000101011001010101010110011010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8D91; }

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

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

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

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

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

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

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

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