#FB8A9B

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

Shades of Wewak #FB8A9B

Tints of Wewak #FB8A9B

Color information

#FB8A9B (or 0xFB8A9B) is unknown color: approx Wewak. HEX triplet: FB, 8A and 9B. RGB value is (251,138,155). Sum of RGB (Red+Green+Blue) = 251+138+155=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 138 (54.30% from 255 or 25.37% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8A9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8A9B is #047564. Grayscale: #ADADAD. Windows color (decimal): -292197 or 10193659. OLE color: 10193659.

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

Color convert

RGB251138155-
CMYK00.450.380.02
HSL350.97º93.39%76.27%-
HSV(B)350.97º45.02%98.43%-
XYZ54.7941.0536.05-
YUV173.73117.44183.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.14%
GREEN value IS 138 (54.30% from 255) = 25.37%
BLUE value IS 155 (60.94% from 255) = 28.49%
R=46.14%
G=25.37%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113815500.450.380.02350.9793.3976.27
HexFB8A9B02D26215f5d4c
Octal373212233055462537135114
Binary11111011100010101001101101011011001101010101111110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8A9B; }

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

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

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

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

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

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

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

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