#FB8F96

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

Shades of Wewak #FB8F96

Tints of Wewak #FB8F96

Color information

#FB8F96 (or 0xFB8F96) is unknown color: approx Wewak. HEX triplet: FB, 8F and 96. RGB value is (251,143,150). Sum of RGB (Red+Green+Blue) = 251+143+150=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8F96 is #047069. Grayscale: #B0B0B0. Windows color (decimal): -290922 or 9867259. OLE color: 9867259.

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

Color convert

RGB251143150-
CMYK00.430.400.02
HSL356.11º93.1%77.25%-
HSV(B)356.11º43.03%98.43%-
XYZ55.1142.3634.13-
YUV176.09113.28181.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.14%
GREEN value IS 143 (56.25% from 255) = 26.29%
BLUE value IS 150 (58.98% from 255) = 27.57%
R=46.14%
G=26.29%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114315000.430.400.02356.1193.177.25
HexFB8F9602B2821645d4d
Octal373217226053502544135115
Binary11111011100011111001011001010111010001010110010010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8F96; }

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

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

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

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

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

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

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

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