#FF858E

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

Shades of Wewak #FF858E

Tints of Wewak #FF858E

Color information

#FF858E (or 0xFF858E) is unknown color: approx Wewak. HEX triplet: FF, 85 and 8E. RGB value is (255,133,142). Sum of RGB (Red+Green+Blue) = 255+133+142=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF858E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF858E is #007A71. Grayscale: #AAAAAA. Windows color (decimal): -31346 or 9340415. OLE color: 9340415.

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

Color convert

RGB255133142-
CMYK00.480.440
HSL355.57º100%76.08%-
HSV(B)355.57º47.84%100%-
XYZ54.5139.9930.44-
YUV170.5111.92188.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.11%
GREEN value IS 133 (52.34% from 255) = 25.09%
BLUE value IS 142 (55.86% from 255) = 26.79%
R=48.11%
G=25.09%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513314200.480.440355.5710076.08
HexFF858E0302C0164644c
Octal377205216060540544144114
Binary1111111110000101100011100110000101100010110010011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF858E; }

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

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

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

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

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

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

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

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