#FB9B9E

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

Shades of Wewak #FB9B9E

Tints of Wewak #FB9B9E

Color information

#FB9B9E (or 0xFB9B9E) is unknown color: approx Wewak. HEX triplet: FB, 9B and 9E. RGB value is (251,155,158). Sum of RGB (Red+Green+Blue) = 251+155+158=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 155 (60.94% from 255 or 27.48% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9B9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9B9E is #046461. Grayscale: #B8B8B8. Windows color (decimal): -287842 or 10394619. OLE color: 10394619.

HSL color Cylindrical-coordinate representation of color #FB9B9E: hue angle of 358.12º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FB9B9E is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB251155158-
CMYK00.380.370.02
HSL358.12º92.31%79.61%-
HSV(B)358.12º38.25%98.43%-
XYZ57.6846.4238.27-
YUV184.05113.3175.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.50%
GREEN value IS 155 (60.94% from 255) = 27.48%
BLUE value IS 158 (62.11% from 255) = 28.01%
R=44.50%
G=27.48%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115515800.380.370.02358.1292.3179.61
HexFB9B9E0262521665c50
Octal373233236046452546134120
Binary11111011100110111001111001001101001011010110011010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9B9E; }

 p { color: rgb(251,155,158); }

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

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

 a { background-color: rgb(251,155,158); }

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

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

 span { border-color: rgb(251,155,158); }

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