#FF848E

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

Shades of Wewak #FF848E

Tints of Wewak #FF848E

Color information

#FF848E (or 0xFF848E) is unknown color: approx Wewak. HEX triplet: FF, 84 and 8E. RGB value is (255,132,142). Sum of RGB (Red+Green+Blue) = 255+132+142=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF848E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF848E is #007B71. Grayscale: #AAAAAA. Windows color (decimal): -31602 or 9340159. OLE color: 9340159.

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

Color convert

RGB255132142-
CMYK00.480.440
HSL355.12º100%75.88%-
HSV(B)355.12º48.24%100%-
XYZ54.3739.7230.39-
YUV169.92112.25188.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.20%
GREEN value IS 132 (51.95% from 255) = 24.95%
BLUE value IS 142 (55.86% from 255) = 26.84%
R=48.20%
G=24.95%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513214200.480.440355.1210075.88
HexFF848E0302C0163644c
Octal377204216060540543144114
Binary1111111110000100100011100110000101100010110001111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF848E; }

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

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

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

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

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

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

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

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