#FBA4A9

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

Shades of Wewak #FBA4A9

Tints of Wewak #FBA4A9

Color information

#FBA4A9 (or 0xFBA4A9) is unknown color: approx Wewak. HEX triplet: FB, A4 and A9. RGB value is (251,164,169). Sum of RGB (Red+Green+Blue) = 251+164+169=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 164 (64.45% from 255 or 28.08% from 584); Blue value is 169 (66.41% from 255 or 28.94% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA4A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA4A9 is #045B56. Grayscale: #BEBEBE. Windows color (decimal): -285527 or 11117819. OLE color: 11117819.

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

Color convert

RGB251164169-
CMYK00.350.330.02
HSL356.55º91.58%81.37%-
HSV(B)356.55º34.66%98.43%-
XYZ60.2249.9244-
YUV190.58115.82171.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.98%
GREEN value IS 164 (64.45% from 255) = 28.08%
BLUE value IS 169 (66.41% from 255) = 28.94%
R=42.98%
G=28.08%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116416900.350.330.02356.5591.5881.37
HexFBA4A90232121655c51
Octal373244251043412545134121
Binary11111011101001001010100101000111000011010110010110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA4A9; }

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

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

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

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

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

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

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

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