#FF838B

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

Shades of Wewak #FF838B

Tints of Wewak #FF838B

Color information

#FF838B (or 0xFF838B) is unknown color: approx Wewak. HEX triplet: FF, 83 and 8B. RGB value is (255,131,139). Sum of RGB (Red+Green+Blue) = 255+131+139=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 131 (51.56% from 255 or 24.95% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF838B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF838B is #007C74. Grayscale: #A9A9A9. Windows color (decimal): -31861 or 9143295. OLE color: 9143295.

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

Color convert

RGB255131139-
CMYK00.490.450
HSL356.13º100%75.69%-
HSV(B)356.13º48.63%100%-
XYZ54.0239.3629.18-
YUV168.99111.08189.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.57%
GREEN value IS 131 (51.56% from 255) = 24.95%
BLUE value IS 139 (54.69% from 255) = 26.48%
R=48.57%
G=24.95%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513113900.490.450356.1310075.69
HexFF838B0312D0164644c
Octal377203213061550544144114
Binary1111111110000011100010110110001101101010110010011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF838B; }

 p { color: rgb(255,131,139); }

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

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

 a { background-color: rgb(255,131,139); }

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

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

 span { border-color: rgb(255,131,139); }

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