#FF858B

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

Shades of Wewak #FF858B

Tints of Wewak #FF858B

Color information

#FF858B (or 0xFF858B) is unknown color: approx Wewak. HEX triplet: FF, 85 and 8B. RGB value is (255,133,139). Sum of RGB (Red+Green+Blue) = 255+133+139=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF858B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF858B is #007A74. Grayscale: #AAAAAA. Windows color (decimal): -31349 or 9143807. OLE color: 9143807.

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

Color convert

RGB255133139-
CMYK00.480.450
HSL357.05º100%76.08%-
HSV(B)357.05º47.84%100%-
XYZ54.2939.929.27-
YUV170.16110.42188.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.39%
GREEN value IS 133 (52.34% from 255) = 25.24%
BLUE value IS 139 (54.69% from 255) = 26.38%
R=48.39%
G=25.24%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513313900.480.450357.0510076.08
HexFF858B0302D0165644c
Octal377205213060550545144114
Binary1111111110000101100010110110000101101010110010111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF858B; }

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

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

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

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

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

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

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

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