#FB949A

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

Shades of Wewak #FB949A

Tints of Wewak #FB949A

Color information

#FB949A (or 0xFB949A) is unknown color: approx Wewak. HEX triplet: FB, 94 and 9A. RGB value is (251,148,154). Sum of RGB (Red+Green+Blue) = 251+148+154=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FB949A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB949A is #046B65. Grayscale: #B3B3B3. Windows color (decimal): -289638 or 10130683. OLE color: 10130683.

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

Color convert

RGB251148154-
CMYK00.410.390.02
HSL356.5º92.79%78.24%-
HSV(B)356.5º41.04%98.43%-
XYZ56.2144.0236.11-
YUV179.48113.62179.01-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.39%
GREEN value IS 148 (58.20% from 255) = 26.76%
BLUE value IS 154 (60.55% from 255) = 27.85%
R=45.39%
G=26.76%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114815400.410.390.02356.592.7978.24
HexFB949A0292721655d4e
Octal373224232051472545135116
Binary11111011100101001001101001010011001111010110010110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB949A; }

 p { color: rgb(251,148,154); }

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

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

 a { background-color: rgb(251,148,154); }

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

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

 span { border-color: rgb(251,148,154); }

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