#FB8995

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

Shades of Wewak #FB8995

Tints of Wewak #FB8995

Color information

#FB8995 (or 0xFB8995) is unknown color: approx Wewak. HEX triplet: FB, 89 and 95. RGB value is (251,137,149). Sum of RGB (Red+Green+Blue) = 251+137+149=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 137 (53.91% from 255 or 25.51% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8995 is #04766A. Grayscale: #ACACAC. Windows color (decimal): -292459 or 9800187. OLE color: 9800187.

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

Color convert

RGB251137149-
CMYK00.450.410.02
HSL353.68º93.44%76.08%-
HSV(B)353.68º45.42%98.43%-
XYZ54.1540.5733.41-
YUV172.45114.77184.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.74%
GREEN value IS 137 (53.91% from 255) = 25.51%
BLUE value IS 149 (58.59% from 255) = 27.75%
R=46.74%
G=25.51%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113714900.450.410.02353.6893.4476.08
HexFB899502D2921625d4c
Octal373211225055512542135114
Binary11111011100010011001010101011011010011010110001010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8995; }

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

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

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

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

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

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

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

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