#FBA4A6

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

Shades of Wewak #FBA4A6

Tints of Wewak #FBA4A6

Color information

#FBA4A6 (or 0xFBA4A6) is unknown color: approx Wewak. HEX triplet: FB, A4 and A6. RGB value is (251,164,166). Sum of RGB (Red+Green+Blue) = 251+164+166=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 164 (64.45% from 255 or 28.23% from 581); Blue value is 166 (65.23% from 255 or 28.57% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA4A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA4A6 is #045B59. Grayscale: #BEBEBE. Windows color (decimal): -285530 or 10921211. OLE color: 10921211.

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

Color convert

RGB251164166-
CMYK00.350.340.02
HSL358.62º91.58%81.37%-
HSV(B)358.62º34.66%98.43%-
XYZ59.9449.8142.53-
YUV190.24114.32171.34-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.20%
GREEN value IS 164 (64.45% from 255) = 28.23%
BLUE value IS 166 (65.23% from 255) = 28.57%
R=43.20%
G=28.23%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116416600.350.340.02358.6291.5881.37
HexFBA4A60232221675c51
Octal373244246043422547134121
Binary11111011101001001010011001000111000101010110011110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA4A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA4A6; }

 p { color: rgb(251,164,166); }

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

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

 a { background-color: rgb(251,164,166); }

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

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

 span { border-color: rgb(251,164,166); }

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