#FBA3A6

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

Shades of Wewak #FBA3A6

Tints of Wewak #FBA3A6

Color information

#FBA3A6 (or 0xFBA3A6) is unknown color: approx Wewak. HEX triplet: FB, A3 and A6. RGB value is (251,163,166). Sum of RGB (Red+Green+Blue) = 251+163+166=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 163 (64.06% from 255 or 28.10% from 580); Blue value is 166 (65.23% from 255 or 28.62% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA3A6 is #045C59. Grayscale: #BDBDBD. Windows color (decimal): -285786 or 10920955. OLE color: 10920955.

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

Color convert

RGB251163166-
CMYK00.350.340.02
HSL357.95º91.67%81.18%-
HSV(B)357.95º35.06%98.43%-
XYZ59.7649.4642.47-
YUV189.65114.65171.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.28%
GREEN value IS 163 (64.06% from 255) = 28.10%
BLUE value IS 166 (65.23% from 255) = 28.62%
R=43.28%
G=28.10%
B=28.62%

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
Decimal25116316600.350.340.02357.9591.6781.18
HexFBA3A60232221665c51
Octal373243246043422546134121
Binary11111011101000111010011001000111000101010110011010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA3A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA3A6; }

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

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

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

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

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

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

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

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