#FB9395

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

Shades of Wewak #FB9395

Tints of Wewak #FB9395

Color information

#FB9395 (or 0xFB9395) is unknown color: approx Wewak. HEX triplet: FB, 93 and 95. RGB value is (251,147,149). Sum of RGB (Red+Green+Blue) = 251+147+149=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9395 is #046C6A. Grayscale: #B2B2B2. Windows color (decimal): -289899 or 9802747. OLE color: 9802747.

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

Color convert

RGB251147149-
CMYK00.410.410.02
HSL358.85º92.86%78.04%-
HSV(B)358.85º41.43%98.43%-
XYZ55.6443.5533.91-
YUV178.32111.46179.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.89%
GREEN value IS 147 (57.81% from 255) = 26.87%
BLUE value IS 149 (58.59% from 255) = 27.24%
R=45.89%
G=26.87%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114714900.410.410.02358.8592.8678.04
HexFB93950292921675d4e
Octal373223225051512547135116
Binary11111011100100111001010101010011010011010110011110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9395; }

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

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

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

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

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

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

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

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