#FB9596

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

Shades of Wewak #FB9596

Tints of Wewak #FB9596

Color information

#FB9596 (or 0xFB9596) is unknown color: approx Wewak. HEX triplet: FB, 95 and 96. RGB value is (251,149,150). Sum of RGB (Red+Green+Blue) = 251+149+150=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9596 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9596 is #046A69. Grayscale: #B3B3B3. Windows color (decimal): -289386 or 9868795. OLE color: 9868795.

HSL color Cylindrical-coordinate representation of color #FB9596: hue angle of 359.41º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FB9596 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB251149150-
CMYK00.410.400.02
HSL359.41º92.73%78.43%-
HSV(B)359.41º40.64%98.43%-
XYZ56.0444.2134.43-
YUV179.61111.29178.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.64%
GREEN value IS 149 (58.59% from 255) = 27.09%
BLUE value IS 150 (58.98% from 255) = 27.27%
R=45.64%
G=27.09%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114915000.410.400.02359.4192.7378.43
HexFB95960292821675d4e
Octal373225226051502547135116
Binary11111011100101011001011001010011010001010110011110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9596; }

 p { color: rgb(251,149,150); }

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

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

 a { background-color: rgb(251,149,150); }

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

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

 span { border-color: rgb(251,149,150); }

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