#FF9697

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

Shades of Wewak #FF9697

Tints of Wewak #FF9697

Color information

#FF9697 (or 0xFF9697) is unknown color: approx Wewak. HEX triplet: FF, 96 and 97. RGB value is (255,150,151). Sum of RGB (Red+Green+Blue) = 255+150+151=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 151 (59.38% from 255 or 27.16% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9697 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9697 is #006968. Grayscale: #B5B5B5. Windows color (decimal): -26985 or 9934591. OLE color: 9934591.

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

Color convert

RGB255150151-
CMYK00.410.410
HSL359.43º100%79.41%-
HSV(B)359.43º41.18%100%-
XYZ57.7345.3134.98-
YUV181.51110.79180.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.86%
GREEN value IS 150 (58.98% from 255) = 26.98%
BLUE value IS 151 (59.38% from 255) = 27.16%
R=45.86%
G=26.98%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515015100.410.410359.4310079.41
HexFF9697029290167644f
Octal377226227051510547144117
Binary1111111110010110100101110101001101001010110011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9697; }

 p { color: rgb(255,150,151); }

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

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

 a { background-color: rgb(255,150,151); }

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

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

 span { border-color: rgb(255,150,151); }

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