#FBA2A4

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

Shades of Wewak #FBA2A4

Tints of Wewak #FBA2A4

Color information

#FBA2A4 (or 0xFBA2A4) is unknown color: approx Wewak. HEX triplet: FB, A2 and A4. RGB value is (251,162,164). Sum of RGB (Red+Green+Blue) = 251+162+164=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 162 (63.67% from 255 or 28.08% from 577); Blue value is 164 (64.45% from 255 or 28.42% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA2A4 is #045D5B. Grayscale: #BCBCBC. Windows color (decimal): -286044 or 10789627. OLE color: 10789627.

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

Color convert

RGB251162164-
CMYK00.350.350.02
HSL358.65º91.75%80.98%-
HSV(B)358.65º35.46%98.43%-
XYZ59.449.0341.45-
YUV188.84113.99172.34-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.50%
GREEN value IS 162 (63.67% from 255) = 28.08%
BLUE value IS 164 (64.45% from 255) = 28.42%
R=43.50%
G=28.08%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116216400.350.350.02358.6591.7580.98
HexFBA2A40232321675c51
Octal373242244043432547134121
Binary11111011101000101010010001000111000111010110011110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA2A4; }

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

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

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

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

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

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

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

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