#FF9698

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

Shades of Wewak #FF9698

Tints of Wewak #FF9698

Color information

#FF9698 (or 0xFF9698) is unknown color: approx Wewak. HEX triplet: FF, 96 and 98. RGB value is (255,150,152). Sum of RGB (Red+Green+Blue) = 255+150+152=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 152 (59.77% from 255 or 27.29% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9698 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9698 is #006967. Grayscale: #B5B5B5. Windows color (decimal): -26984 or 10000127. OLE color: 10000127.

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

Color convert

RGB255150152-
CMYK00.410.400
HSL358.86º100%79.41%-
HSV(B)358.86º41.18%100%-
XYZ57.8145.3435.41-
YUV181.62111.29180.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.78%
GREEN value IS 150 (58.98% from 255) = 26.93%
BLUE value IS 152 (59.77% from 255) = 27.29%
R=45.78%
G=26.93%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515015200.410.400358.8610079.41
HexFF9698029280167644f
Octal377226230051500547144117
Binary1111111110010110100110000101001101000010110011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9698; }

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

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

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

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

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

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

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

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