#FF8E90

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

Shades of Wewak #FF8E90

Tints of Wewak #FF8E90

Color information

#FF8E90 (or 0xFF8E90) is unknown color: approx Wewak. HEX triplet: FF, 8E and 90. RGB value is (255,142,144). Sum of RGB (Red+Green+Blue) = 255+142+144=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8E90 is #00716F. Grayscale: #B0B0B0. Windows color (decimal): -29040 or 9473791. OLE color: 9473791.

HSL color Cylindrical-coordinate representation of color #FF8E90: hue angle of 358.94º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8E90 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB255142144-
CMYK00.440.440
HSL358.94º100%77.84%-
HSV(B)358.94º44.31%100%-
XYZ55.9542.6231.66-
YUV176.02109.94184.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.13%
GREEN value IS 142 (55.86% from 255) = 26.25%
BLUE value IS 144 (56.64% from 255) = 26.62%
R=47.13%
G=26.25%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514214400.440.440358.9410077.84
HexFF8E9002C2C0167644e
Octal377216220054540547144116
Binary1111111110001110100100000101100101100010110011111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8E90; }

 p { color: rgb(255,142,144); }

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

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

 a { background-color: rgb(255,142,144); }

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

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

 span { border-color: rgb(255,142,144); }

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