#FF989C

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

Shades of Wewak #FF989C

Tints of Wewak #FF989C

Color information

#FF989C (or 0xFF989C) is unknown color: approx Wewak. HEX triplet: FF, 98 and 9C. RGB value is (255,152,156). Sum of RGB (Red+Green+Blue) = 255+152+156=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FF989C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF989C is #006763. Grayscale: #B7B7B7. Windows color (decimal): -26468 or 10262783. OLE color: 10262783.

HSL color Cylindrical-coordinate representation of color #FF989C: hue angle of 357.67º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF989C is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.

Color convert

RGB255152156-
CMYK00.400.390
HSL357.67º100%79.8%-
HSV(B)357.67º40.39%100%-
XYZ58.4746.1237.27-
YUV183.25112.62179.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.29%
GREEN value IS 152 (59.77% from 255) = 27.00%
BLUE value IS 156 (61.33% from 255) = 27.71%
R=45.29%
G=27.00%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515215600.400.390357.6710079.8
HexFF989C0282701666450
Octal377230234050470546144120
Binary1111111110011000100111000101000100111010110011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF989C; }

 p { color: rgb(255,152,156); }

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

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

 a { background-color: rgb(255,152,156); }

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

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

 span { border-color: rgb(255,152,156); }

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