#FB9196

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

Shades of Wewak #FB9196

Tints of Wewak #FB9196

Color information

#FB9196 (or 0xFB9196) is unknown color: approx Wewak. HEX triplet: FB, 91 and 96. RGB value is (251,145,150). Sum of RGB (Red+Green+Blue) = 251+145+150=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 145 (57.03% from 255 or 26.56% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9196 is #046E69. Grayscale: #B1B1B1. Windows color (decimal): -290410 or 9867771. OLE color: 9867771.

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

Color convert

RGB251145150-
CMYK00.420.400.02
HSL357.17º92.98%77.65%-
HSV(B)357.17º42.23%98.43%-
XYZ55.4142.9634.23-
YUV177.26112.62180.59-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.97%
GREEN value IS 145 (57.03% from 255) = 26.56%
BLUE value IS 150 (58.98% from 255) = 27.47%
R=45.97%
G=26.56%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114515000.420.400.02357.1792.9877.65
HexFB919602A2821655d4e
Octal373221226052502545135116
Binary11111011100100011001011001010101010001010110010110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9196; }

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

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

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

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

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

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

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

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