#FF8E9E

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

Shades of Wewak #FF8E9E

Tints of Wewak #FF8E9E

Color information

#FF8E9E (or 0xFF8E9E) is unknown color: approx Wewak. HEX triplet: FF, 8E and 9E. RGB value is (255,142,158). Sum of RGB (Red+Green+Blue) = 255+142+158=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 158 (62.11% from 255 or 28.47% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8E9E is #007161. Grayscale: #B1B1B1. Windows color (decimal): -29026 or 10391295. OLE color: 10391295.

HSL color Cylindrical-coordinate representation of color #FF8E9E: hue angle of 351.5º 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 #FF8E9E is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB255142158-
CMYK00.440.380
HSL351.5º100%77.84%-
HSV(B)351.5º44.31%100%-
XYZ57.0843.0737.65-
YUV177.61116.94183.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.95%
GREEN value IS 142 (55.86% from 255) = 25.59%
BLUE value IS 158 (62.11% from 255) = 28.47%
R=45.95%
G=25.59%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514215800.440.380351.510077.84
HexFF8E9E02C260160644e
Octal377216236054460540144116
Binary1111111110001110100111100101100100110010110000011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8E9E; }

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

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

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

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

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

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

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

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