#FF8B95

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

Shades of Wewak #FF8B95

Tints of Wewak #FF8B95

Color information

#FF8B95 (or 0xFF8B95) is unknown color: approx Wewak. HEX triplet: FF, 8B and 95. RGB value is (255,139,149). Sum of RGB (Red+Green+Blue) = 255+139+149=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 139 (54.69% from 255 or 25.60% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8B95 is #00746A. Grayscale: #AEAEAE. Windows color (decimal): -29803 or 9800703. OLE color: 9800703.

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

Color convert

RGB255139149-
CMYK00.450.420
HSL354.83º100%77.25%-
HSV(B)354.83º45.49%100%-
XYZ55.941.933.57-
YUV174.82113.43185.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.96%
GREEN value IS 139 (54.69% from 255) = 25.60%
BLUE value IS 149 (58.59% from 255) = 27.44%
R=46.96%
G=25.60%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513914900.450.420354.8310077.25
HexFF8B9502D2A0163644d
Octal377213225055520543144115
Binary1111111110001011100101010101101101010010110001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8B95; }

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

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

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

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

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

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

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

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