#FF8992

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

Shades of Wewak #FF8992

Tints of Wewak #FF8992

Color information

#FF8992 (or 0xFF8992) is unknown color: approx Wewak. HEX triplet: FF, 89 and 92. RGB value is (255,137,146). Sum of RGB (Red+Green+Blue) = 255+137+146=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 137 (53.91% from 255 or 25.46% from 538); Blue value is 146 (57.42% from 255 or 27.14% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8992 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8992 is #00766D. Grayscale: #ADADAD. Windows color (decimal): -30318 or 9603583. OLE color: 9603583.

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

Color convert

RGB255137146-
CMYK00.460.430
HSL355.42º100%76.86%-
HSV(B)355.42º46.27%100%-
XYZ55.3741.2332.23-
YUV173.31112.59186.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.40%
GREEN value IS 137 (53.91% from 255) = 25.46%
BLUE value IS 146 (57.42% from 255) = 27.14%
R=47.40%
G=25.46%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513714600.460.430355.4210076.86
HexFF899202E2B0163644d
Octal377211222056530543144115
Binary1111111110001001100100100101110101011010110001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8992; }

 p { color: rgb(255,137,146); }

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

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

 a { background-color: rgb(255,137,146); }

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

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

 span { border-color: rgb(255,137,146); }

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